Multilevel is too generic. Please consider using `multilevel-analysis`, `mixed-model`, or `hierarchical-bayesian` tags instead.
1
vote
1answer
62 views
Multilevel bayesian with AR1 correlation structure
How do I fit a bayesian multilevel model with with AR(1) correlation structure?
I am trying to teach myself bayesian modelling and I am wondering how you could specify a multilevel model with an ...
1
vote
0answers
39 views
Modeling spatial correlations with multilevel data
I have ~5M records of spatial polar coordinates (r and theta). These 5M records are from 400 different 'locations' that I have ~150 variables for (no NAs). I also have 1 binary variable used to flag ...
1
vote
0answers
45 views
Is multilevel analysis with aggregation terms the best approach for this situation?
My research model has two levels of dependent variable, at the organizational level and a predictor variable at individual level. I have 500 answers from 5 middle managers (in each firm) in 100 firms ...
1
vote
0answers
180 views
How to check and correct heteroskedasticity in a multilevel model?
I've conducted an experiment in which we have registered a physiological measure (FR) of 30 participants in two different conditions. In each condition, I registered the measure in 20 time points, ...
0
votes
0answers
9 views
Variance explained in multilevel model - why based on covariance parameters & not information criteria (-2LL)?
In logistic regression, using Hosmer Lemeshow's approach, the effect size or variance explained is the amount of reduction in -2LL of the developed model (which equals the chi square statistic of the ...
0
votes
0answers
20 views
Interpreting interactions in multilevel model
I'm running a rather simple multilevel model in which I have two variables interacting at level 1. The interaction term is significant, but I'm not sure how to interpret it properly. I am familiar ...
0
votes
0answers
75 views
Multilevel, repeated measures with mediators and moderators in R
I'm having difficulty running analyses on my dataset, and was hoping someone could help. Here's the rundown (NOTE: the performance DV is the only DV strictly at the group level)
Approximately 85 ...
0
votes
0answers
258 views
How to implement credible 95% interval for median odds ratio using JAGS?
As described in Merlo et al (J Epidem Comm Health 2006), the 95% credible interval for MOR is calculated using MCMC. MOR is defined as $\exp(\sqrt{2\sigma^2}\times 0.675)$, where $\sigma$ is the ...
0
votes
0answers
158 views
Fixed effects contrasts in multilevel model
I'have fitted a mixed model in SPSS with fixed and random effects, and I would like to know what do the Fixed effects contrasts (type III) mean... In my model they are significant (e.g F=23.9; ...
0
votes
0answers
210 views
Covariance matrix in multilevel repeated measures model
I'm trying to fit a multilevel model for a repeated mesures design with three levels:
Sujects - conditions - trials. Each subject pass the test in two conditions, and there are 21 trials in each ...