naep.model: Executes statistical analysis using the replicate weights and...

Description Usage Arguments Value

Description

This function wraps functions from the survey package for the analysis of complex survey designs. Specifically, this function will perform statistical analyses utilizing the provided replicate weights and multiple plausible values (if specified in the model). The function will return a list of class naep.model with the following elements:

Usage

1
2
  naep.model(formula, var = NULL, naepData,
    svyFUN = svyglm, ...)

Arguments

formula

model formula

var

the variable prefix for an outcome with multiple plausible values (e.g. MRPCM for overall composite math value for math assessment)

naepData

a NAEP data object.

svyFUN

the function to use from the survey package.

...

other parameters passed to the survey function

Value

an object of class naep.model with print and summary methods defined.


jbryer/naep documentation built on May 18, 2019, 7:02 p.m.