| grades {smdata} | R Documentation |
Grades and marks for an undergraduate course
Description
Lab percentage mark, letter grade, lower and upper grade thresholds, a censored variable value, and the final percentage course mark.
Usage
data("grades")
Format
A data frame with 165 observations on the following 6 variables.
laba numeric vector recording the percentage mark for the laboratory component of the course
gradecata factor denoting the letter grade for the course, with levels
CRDHDNPlowera numeric vector denoting the lower threshold for the corresponding letter grade
uppera numeric vector denoting the upper threshold for the corresponding letter grade
censa numeric vector listing the censoring value of a mark,
3finmarka numeric vector recording the final percentage mark for the course
Source
Data obtained from Michael Smithson.
Examples
data("grades", package="smdata")
[Package smdata version 1.2 Index]