Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 1.1.0
  • Loading branch information
yjunechoe committed Oct 1, 2023
2 parents 66f348c + 8c77503 commit 13f3944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function timewise_lme(
try
time_mod = MixedModel(formula, data_at_time, family; contrasts)
if !is_compute
time_mod.optsum.ftol_rel = 1e-8
time_mod.optsum.ftol_rel = 1e-8
end
fit!(time_mod; opts...)
# test statistic
Expand Down

0 comments on commit 13f3944

Please sign in to comment.