Skip to content

Commit

Permalink
Update src/linearmixedmodel.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 Oct 5, 2022
1 parent 5cfa6e7 commit b32e4c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/linearmixedmodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ function LinearMixedModel(
)
return LinearMixedModel(f::FormulaTerm, Tables.columntable(tbl); contrasts, wts, σ)
end
const _MISSING_RE_ERROR =
ArgumentError("Formula contains no random effects; this isn't a mixed model. Perhaps you want to use GLM.jl?")
const _MISSING_RE_ERROR = ArgumentError(
"Formula contains no random effects; this isn't a mixed model. Perhaps you want to use GLM.jl?",
)

function LinearMixedModel(
f::FormulaTerm, tbl::Tables.ColumnTable; contrasts=Dict{Symbol,Any}(), wts=[], σ=nothing
Expand Down

0 comments on commit b32e4c0

Please sign in to comment.