You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
If I remember correctly in glmm.qmd the formula for the fixed effects in the gm2 was intended to be
'age + children' instead of 'age * children'
gm2 = let
form = @formula(
use ~
1 +
age * children +
abs2(age) +
children +
urban +
(1 | dist)
)
The text was updated successfully, but these errors were encountered: