-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bypass the possible complete seperation problem in mixed effect model
Use a dirty way to bypass the complete seperation problem in mixed effect model estimation. `lme4` will return error when `pwrssUpdate` fails to converge, when this happens, refit a ordinary GLM model instead. And the related random effect estimations are populated with dummy value 0.
- Loading branch information
1 parent
4b6a9ab
commit d005552
Showing
1 changed file
with
186 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters