Habits_tbl_df | R Documentation |
This dataset, Habits_tbl_df, is a tibble containing data on the study habits of students in two matched school districts. It includes variables related to the number of hours students from each district spent on studying, the difference between the two groups, and the significance of this difference.
data(Habits_tbl_df)
A tibble with 11 observations and 4 variables:
Number of study hours in the first school district (integer).
Number of study hours in the second school district (integer).
Difference in study hours between the two school districts (integer).
Significance of the difference in study hours (numeric).
The dataset name has been kept as 'Habits_tbl_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 suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.
The dataset was taken from the BSDA package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.