failrate {Simple} | R Documentation |
Failrates for 7 different adjuncts
Description
failing percentages for 7 different teachers
Usage
data(failrate)
Format
This data frame contains the following columns:
- V1
- Percentage of students failing from professor 1
- V2
- Percentage of students failing from professor 2
- V3
- Percentage of students failing from professor 3
- V4
- Percentage of students failing from professor 4
- V5
- Percentage of students failing from professor 5
- V6
- Percentage of students failing from professor 6
- V7
- Percentage of students failing from professor 7
Details
Each column has failrates for a professor. That is, number of students
failing divided by number of students
Examples
data(failrate)
fr = stack(failrate)
fr = fr[!is.na(fr$values),]
oneway.test(values ~ ind,data=fr)
[Package
Simple version 0.5
Index]