Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Aug 13, 2024
1 parent eb43368 commit 20f7418
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions issues/780/issue.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ model = fit(MixedModel, m0form, data, Bernoulli();
fast=false,
progress=true,
verbose=false)

# works
model = fit(MixedModel, m0form, data, Bernoulli();
wts=float.(data.weights),
contrasts= Dict(:Analysisclass => DummyCoding(; base="aRice_Wet_day")),
init_from_lmm=[],
fast=false,
progress=true,
verbose=false)

0 comments on commit 20f7418

Please sign in to comment.