Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

typo in glmm.qmd which causes problems #47

Open
pianobacki opened this issue Sep 15, 2023 · 0 comments
Open

typo in glmm.qmd which causes problems #47

pianobacki opened this issue Sep 15, 2023 · 0 comments

Comments

@pianobacki
Copy link

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)
)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant