Skip to main content

Questions tagged [mixed-model]

Mixed (aka multilevel or hierarchical) models are linear models that include both fixed effects and random effects. They are used to model longitudinal or nested data.

4 votes
1 answer
87 views

I have a question about how to analyse my dataset and would really appreciate your advice. My data consist of observations of a set of target plant species collected during field surveys. The surveys ...
fleur's user avatar
  • 41
0 votes
0 answers
18 views

I have performed two GWAS for a phenological trait over two year (one analysis for each year) and got different SNPs driving the trait each year. I want to assess whether there is a "year effect&...
Alkaligrass's user avatar
5 votes
2 answers
181 views

This post is a follow‑up to my earlier question: Inflation of p-values of likelihood-ratio tests in longitudinal data analysis. We assume a parallel group design of two randomized groups where ...
Dominik Grathwohl's user avatar
0 votes
0 answers
17 views

I'm analyzing ERP data (128 electrodes) with lmer in R and would appreciate your feedback on my modeling strategy. My experiment involves testing the interaction between two experimental factors (...
Fabrizio's user avatar
2 votes
1 answer
69 views

I have an experiment with 1 between-subjects variable and 1 within-subjects variable. The between subjects variable is group and there are 2 groups. The within-subjects variable is design and has 2 ...
jkv's user avatar
  • 21
5 votes
1 answer
105 views

In one of my dissertation chapters, I am using survival analysis to assess time to next birth following calf loss in a wild dolphin population to address costs to female fitness. My question is about ...
Meredith-Mac's user avatar
2 votes
1 answer
50 views

I'm trying to test whether a certain attribute of a species is predictive of a behavior. I have multiple repeat measurements of the behavior for a number of different individuals (unequal sample sizes)...
Anke's user avatar
  • 429
1 vote
1 answer
56 views

I am working with historical sensory evaluation data and would appreciate advice on how to structure the data for machine learning modeling. Over the past several years, our lab has conducted many ...
Hinata's user avatar
  • 11
6 votes
2 answers
209 views

I am interested in longitudinal data analysis, and I am concerned about valid inference in mixed models. ...
Dominik Grathwohl's user avatar
1 vote
0 answers
31 views

I'm trying to predict probabilities from a zero-inflated count model using glmmTMB and running into issues with predicting new values to plot. ...
pbpoltergeist's user avatar