schedule {catool} | R Documentation |
Sample Schedule Dataset
Description
This dataset represents a sample class schedule used by several institutions, with slight variations in variable names.
Users must ensure that the key variables—HRS
, ENRLD
, and INSTRUCTOR
—are properly named and formatted for the functions in this package to work correctly.
Usage
schedule
Format
An object of class data.frame
with 665 rows and 15 columns.
Details
A dataset containing instructor schedules for overload analysis.
The dataset has 665 rows and 15 columns, including:
- HRS
Credit hours of the course.
- ENRLD
Number of students enrolled in the course.
- INSTRUCTOR
Name of the instructor teaching the course (anonymized).
Source
Included in the package under data/schedule.rda
[Package catool version 1.0.1 Index]