- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Following is the histogram and Q-Q plot of deceleration data retrieved from driving simulator experiment. For this non- normally distributed data, I am using generalized linear mixed model to analyze the impact of gender and age on the deceleration rate. but the analysis is not working if I specify the distribution type as gamma, it is working only if I specify the data as normal. In that case, which distribution I should specify in GLMM? Does it become linear mixed model if the distribution is specified as normal in proc glimmix?
- Tags:
- GLMM
- non-normal data.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You might want to see if the gamma distribution works reasonably well with the absolute value of your variable. See this note if the absolute value of the variable contains zeros.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You might want to see if the gamma distribution works reasonably well with the absolute value of your variable. See this note if the absolute value of the variable contains zeros.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It worked. I had to increase the iteration numbers as well.
Thanks!
- Tags:
- I had to increase t