grades: Student Grades Data

gradesR 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)


AID documentation built on Sept. 13, 2023, 5:07 p.m.

Related to grades in AID...