MathAchieve: Mathematics achievement scores

Description Format Details Examples

Description

The MathAchieve data frame has 7185 rows and 6 columns.

Format

This data frame contains the following columns:

School

an ordered factor identifying the school that the student attends

Minority

a factor with levels No Yes indicating if the student is a member of a minority racial group.

Sex

a factor with levels Male Female

SES

a numeric vector of socio-economic status.

MathAch

a numeric vector of mathematics achievement scores.

MEANSES

a numeric vector of the mean SES for the school.

Details

Each row in this data frame contains the data for one student.

Examples

1

Example output

Loading required package: lme4
Loading required package: Matrix

Attaching package: 'MEMSS'

The following objects are masked from 'package:datasets':

    CO2, Orange, Theoph

'data.frame':	7185 obs. of  6 variables:
 $ School  : Factor w/ 160 levels "1224","1288",..: 1 1 1 1 1 1 1 1 1 1 ...
 $ Minority: Factor w/ 2 levels "No","Yes": 1 1 1 1 1 1 1 1 1 1 ...
 $ Sex     : Factor w/ 2 levels "Female","Male": 1 1 2 2 2 2 1 2 1 2 ...
 $ SES     : num  -1.528 -0.588 -0.528 -0.668 -0.158 ...
 $ MathAch : num  5.88 19.71 20.35 8.78 17.9 ...
 $ MEANSES : num  -0.428 -0.428 -0.428 -0.428 -0.428 -0.428 -0.428 -0.428 -0.428 -0.428 ...

MEMSS documentation built on May 2, 2019, 5:50 p.m.

Related to MathAchieve in MEMSS...