Skip to content

Commit

Permalink
Merge branch 'refactor' of https://github.com/unfoldtoolbox/Unfold.jl
Browse files Browse the repository at this point in the history
…into refactor
  • Loading branch information
behinger committed Mar 20, 2024
2 parents 29804f1 + 71c0592 commit 92387a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ effects(design::AbstractDict, model::UnfoldModel;typical=mean)
Calculates marginal effects for all term-combinations in `design`.
Implementation based on Effects Package; likely could repackage in UnfoldEffects; somebody wants to do it? This would make it easier to cross-maintain it to changes/bugfixes in the Effects.jl Package
`design` is a Dictionary containing those predictors (als keys) with levels (as values), that you want to evaluate. The `typical` refers to the value, that other predictors not in the Dictionary should take on.
`design` is a Dictionary containing those predictors (as keys) with levels (as values), that you want to evaluate. The `typical` refers to the value, that other predictors not in the Dictionary should take on.
For MixedModels, the returned effects are based on the "typical" subject, i.e. all random effects are put to 0.
Expand Down

0 comments on commit 92387a0

Please sign in to comment.