Homework_tbl_df: Homework Hours: Private vs. Public High Schools

Homework_tbl_dfR Documentation

Homework Hours: Private vs. Public High Schools

Description

This dataset, Homework_tbl_df, is a tibble containing data on the number of hours per week high school students spend on homework. The dataset compares students from private and public schools, providing insights into the study habits and academic workload of students in these two types of schools.

Usage

data(Homework_tbl_df)

Format

A tibble with 30 observations and 2 variables:

school

Type of school the student attends, either private or public (character).

time

Number of hours per week the student spends on homework (numeric).

Details

The dataset name has been kept as 'Homework_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.

Source

The dataset was taken from the BSDA package.


educationR documentation built on April 12, 2025, 1:39 a.m.