data.negbino: Attendance Behavior

Description Usage Format Details Source Examples

Description

This data is an attendance data on 316 high school juniors from two urban high schools. The response variable is days absent (daysabs). The predictors are the math standardized test scores (math), the language arts standardized test scores (langarts), and a binary indicator of student gender (male).

Usage

1

Format

A data frame with 317 observations on the following 7 variables. Note that the first line contains the names of the variables.

id

a numeric vector

school

a numeric vector

male

a numeric vector

math

a numeric vector

langarts

a numeric vector

daysatt

a numeric vector

daysabs

a numeric vector

Details

The goal is to study the attendance behavior of high school juniors at two schools. Note that the variable names, id and school, represent 316 high schools and two urban high schools (1 and 2), respectively.

Source

http://www.ats.ucla.edu/stat/sas/dae/negbinreg.htm

Examples

1
2
data(data.negbino)
## maybe str(data.negbino) ; plot(data.negbino) ...

ppham27/setsim documentation built on May 25, 2019, 11:25 a.m.