| toy_course {midfieldr} | R Documentation |
Course data for examples
Description
Selected variables modeled on those in the course practice data for use in
package examples and articles. Sampled from an early version of the practice
data, the toy data are not a current practice data sample.
Usage
toy_course
Format
data.table with 4616 rows and 6 columns keyed by student ID:
mcidCharacter, de-identified student ID.
institutionCharacter, de-identified institution name, e.g., Institution A, Institution B, etc.
termCharacter, academic year and term, format YYYYT.
abbrevCharacter, course alphabetical identifier, e.g. ENGR, MATH, ENGL.
numberCharacter, course numeric identifier, e.g. 101, 3429.
gradeCharacter, course grade, e.g., A+, A, A-, B+, I, NG, etc.
See Also
Other toy-data:
toy_degree,
toy_student,
toy_term
[Package midfieldr version 1.0.2 Index]