Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance/fix fit_glmer_callback() #201

Merged
merged 4 commits into from
Aug 17, 2021

Commits on Aug 17, 2021

  1. Improve indentation.

    fweber144 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    83a0e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843d362 View commit details
    Browse the repository at this point in the history
  3. Avoid the preprocess_data() call in fit_glmer_callback() since:

      - the scaling of predictors changes their regression coefficients;
      - `preprocess_data()` is not adopted to categorical predictors;
      - `preprocess_data()`'s implementation for interactions is probably incorrect.
    fweber144 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    9e03d0b View commit details
    Browse the repository at this point in the history
  4. fit_glmer_callback(): Handle the error "pwrssUpdate did not converg…

    …e in (maxit) iterations".
    fweber144 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    60c535a View commit details
    Browse the repository at this point in the history