This method will estimate a separate logistic regression model for each level 2 (or cluster).
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 [MASS::stepAIC()] from the `MASS` package will be used within each level.
- ...
currently unused.