grades {AID} | R Documentation |
Student Grades Data
Description
Overall student grades for a class thaught by Dr. Ozlem Ilk
Usage
data(grades)
Format
A data frame with 42 observations on the following variable.
grades
a numeric vector for the student grades
Examples
library(AID)
data(grades)
hist(grades[,1])
out <- boxcoxnc(grades[,1])
confInt(out, level = 0.95)
[Package AID version 2.9 Index]