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:
mcid
Character, de-identified student ID.
institution
Character, de-identified institution name, e.g., Institution A, Institution B, etc.
term
Character, academic year and term, format YYYYT.
abbrev
Character, course alphabetical identifier, e.g. ENGR, MATH, ENGL.
number
Character, course numeric identifier, e.g. 101, 3429.
grade
Character, 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]