powered by
Overall student grades for a class thaught by Dr. Ozlem Ilk
data(grades)
A data frame with 42 observations on the following variable.
grades
a numeric vector for the student grades
library(AID) data(grades) hist(grades[,1]) out <- boxcoxnc(grades[,1]) confInt(out, level = 0.95)
Run the code above in your browser using DataLab