Skip to content

Commit

Permalink
Fix a bug when setting glmer controls
Browse files Browse the repository at this point in the history
  • Loading branch information
fenguoerbian committed Aug 27, 2024
1 parent f0d0052 commit 4b6a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ Logistic_FARMM_Path_Further_Improve <- function(x_mat, y_vec, rand_eff_df, h, k_
}

custom_glmer_control <- lme4::glmerControl(
check.nobs.vs.nRE = "warnning")
check.nobs.vs.nRE = "warning")

y_vec <- as.vector(y_vec)
x_mat <- as.matrix(x_mat)
Expand Down

0 comments on commit 4b6a9ab

Please sign in to comment.