Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Jan 24, 2021
1 parent 20c8f5c commit f30a7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lme4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
lmm = Metida.LMM(@formula(Reaction~1), df;
random = Metida.VarEffect(Metida.@covstr(Days), Metida.CSH, subj = :Subject)
)
Metida.fit!(lmm)
Metida.fit!(lmm; init = [26.4881, 35.5197, 34.8287, 56.1999, 63.8281, 85.4346, 94.218, 92.8584, 113.679, 129.721, 0.959643, 22.5597])
@test lmm.result.reml 1772.0953251997046 atol=1E-6
end

Expand Down

0 comments on commit f30a7fa

Please sign in to comment.