Skip to content

Commit

Permalink
Update src/MixedModels.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
palday and github-actions[bot] authored Mar 6, 2024
1 parent b538ae7 commit 4b66485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MixedModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ include("profile/profile.jl")
# these are relatively small models and so shouldn't increase precompile times all that much
# while still massively boosting load and TTFX times
m = fit(MixedModel,
@formula(reaction ~ 1 + days + (1 + days | subj)),
sleepstudy; progress)
@formula(reaction ~ 1 + days + (1 + days | subj)),
sleepstudy; progress)
show(io, m)
show(io, m.PCA.subj)
show(io, m.rePCA)
Expand Down

0 comments on commit 4b66485

Please sign in to comment.