Learn R Programming

mpcmp (version 0.3.6)

attendance: Attendance data set

Description

This data set gives the number of days absent from high school and the gender, maths score (standardized score out of 100) and academic programme ('General', 'Academic' and 'Vocational') of 314 students sampled from two urban high schools. The attendance data frame has 314 observations on 5 variables.

Usage

data(attendance)

Arguments

Format

A data frame with 314 observations on 5 variables.

id

Identifier

gender

gender

math

standardized math score out of 100

daysabs

number of days absent from high school

prog

academic programme ('General', 'Academic' and 'Vocational')

Examples

Run this code
# NOT RUN {
## For examples see example(glm.cmp)
# }

Run the code above in your browser using DataLab