Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random effect (1 | X) #2

Open
KevCaz opened this issue Mar 4, 2020 · 2 comments
Open

Random effect (1 | X) #2

KevCaz opened this issue Mar 4, 2020 · 2 comments

Comments

@KevCaz
Copy link
Member

KevCaz commented Mar 4, 2020

Slide ~112

mpl1 <- glmer(total.fruits ~ nutrient*amd + rack + status +
          (1|X) +
          (1|popu)+
          (1|gen),
data=dat.tf, family="poisson",
control = glmerControl(optimizer = "bobyqa"))

(1 | X) is not well-explained here and it is not detailed in workshop #6.

@pedrohbraga
Copy link
Member

Hi, Kev! Thank you!

We are going over this workshop, right now! I have just pulled this workshop from the repository and I am going to start doing modifications to it this afternoon.

Are you pushing any modifications on your side?

@KevCaz
Copy link
Member Author

KevCaz commented Mar 4, 2020

Not pushing for this workshop today, but I can try to list a couple of comments had and I did address.

@KevCaz KevCaz changed the title randon effect (1 | X) Random effect (1 | X) Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants