This dataset, TextbookCosts_df, is a data frame containing information about the number of textbooks and their total costs for different fields of study. It allows for the exploration of textbook expenses in various academic disciplines.
Usage
data(TextbookCosts_df)
Format
A data frame with 40 observations and 3 variables:
- Field
Field of study (factor with 4 levels).
- Books
Number of textbooks (integer).
- Cost
Total cost of textbooks (integer).
Details
The dataset name has been kept as 'TextbookCosts_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the educationR package and assists users in identifying its specific characteristics. The original content has not been modified in any way.