python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Species-by-year random effects in a GLMM (point count data)
SUMMARY
I'm analyzing avian point count data using glmmTMB.
I'm trying to estimate year-specific mean abundance for each species.
Models with interactions of fixed terms are not working, I think bec...
G. Channing
Votes: 0
Answers: 0
Running a robust mixed model ANOVA using statsmodel anova_lm
I have a data set of users behavior which I want to run series of ANOVA's on, based on there outcome of assumption checks. For situations where the assumption of homogeneity isn't met I would like to ...
Navot Naor
Votes: 0
Answers: 0
How do I find the estimated decay constants from my linear mixed effects model?
I am trying to figure out how to find the estimated slope for my linear mixed effects model, where I am looking at the decay rate of log-transformed copies of DNA/RNA over time.
My lmer model is as fo...
ramateur
Votes: 0
Answers: 1
How to obtain random effects model matrix?
I have a model such as:
mymod = lmer(y ~ x1 + x2 + (x1 | id) , data = mydata)
I know I can get the model matrix from the fitted object using getME but is there a way to obtain the model matrix for th...
camhsdoc
Votes: 0
Answers: 2