mlpsa.logistic: Estimates propensity scores using logistic regression.

Description Usage Arguments Value See Also

View source: R/mlpsa.logistic.R

Description

This method will estimate a separate logistic regression model for each level 2 (or cluster).

Usage

1
mlpsa.logistic(vars, formula, level2, stepAIC = FALSE, ...)

Arguments

vars

data frame containing the variables to estimate the logistic regression

formula

the logistic regression formula to use

level2

the name of the column containing the level 2 specification

stepAIC

if true, the stepAIC from the MASS package will be used within each level.

...

currently unused.

Value

a list of glm classes for each level 2 or stepwise-selected model if stepAIC is true.

See Also

getPropensityScores


jbryer/multilevelPSA documentation built on April 10, 2020, 1:20 a.m.