Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Aug 14, 2024
1 parent d0311f7 commit 82ede4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issues/780/issue.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ model = fit(MixedModel, m0form, data, Bernoulli();
progress=true,
verbose=false)

# works, non singular, FE look okay
# works on amd64, non singular, FE look okay
model = fit(MixedModel, m0form, data, Bernoulli();
wts=float.(data.weights),
contrasts= Dict(:Analysisclass => DummyCoding(; base="aRice_Wet_day")),
Expand All @@ -67,7 +67,7 @@ model = fit(MixedModel, m0form, data, Bernoulli();
progress=true,
verbose=false)

# works, singular and has questionable FE
# works on m1, singular and has questionable FE
m0fast = fit(MixedModel, m0form, data, Bernoulli();
wts=float.(data.weights),
contrasts= Dict(:Analysisclass => DummyCoding(; base="aRice_Wet_day")),
Expand Down

0 comments on commit 82ede4c

Please sign in to comment.