Skip to content

Commit

Permalink
suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jul 9, 2024
1 parent 7bf7cf7 commit 9c26501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mixedmodels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ glmm = @suppress fit(MixedModel,
MixedModels.dataset(:contra),
Bernoulli(); fast=true)

gboot = parametricbootstrap(StableRNG(345), 250, glmm)
gboot = @suppress parametricbootstrap(StableRNG(345), 250, glmm)

design = Dict(:age => -1:1:1)
geff_boot = effects(design, glmm, gboot; eff_col="y", invlink=AutoInvLink(), level=0.95)
Expand Down

0 comments on commit 9c26501

Please sign in to comment.