powered by
data(grades)
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