Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 20, 2024
1 parent 9a54abf commit 48f53d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/EffectsMixedModelsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using GLM: Link

Effects._model_link(m::GeneralizedLinearMixedModel, ::AutoInvLink) = Link(m)

function Effects.effects!(reference_grid::DataFrame, model::RegressionModel;
function Effects.effects!(reference_grid::DataFrame, model::MixedModel;
eff_col=nothing, err_col=:err, typical=mean, invlink=identity,
vcov=StatsBase.vcov)
# right now this is written for a RegressionModel and implicitly assumes
Expand Down

0 comments on commit 48f53d2

Please sign in to comment.