Learn R Programming

AID (version 3.0)

grades: Student Grades Data

Description

Overall student grades for a class thaught by Dr. Ozlem Ilk

Usage

data(grades)

Arguments

Format

A data frame with 42 observations on the following variable.

grades

a numeric vector for the student grades

Examples

Run this code

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