random-effects Questions
7
Solved
In lm and glm models, I use functions coef and confint to achieve the goal:
m = lm(resp ~ 0 + var1 + var1:var2) # var1 categorical, var2 continuous
coef(m)
confint(m)
Now I added random effect t...
Quinby asked 17/6, 2012 at 15:36
2
I am a bit confused about the output of Statsmodels Mixedlm and am hoping someone could explain.
I have a large dataset of single family homes, including the previous two sale prices/sale dates f...
Merv asked 27/11, 2017 at 0:12
4
Solved
The qqmath function makes great caterpillar plots of random effects using the output from the lmer package. That is, qqmath is great at plotting the intercepts from a hierarchical model with their ...
Room asked 12/12, 2012 at 20:20
1
Solved
I am trying to fit a crossed non-linear random effect model as the linear random effect models as mentioned in this question and in this mailing list post using the nlme package. Though, I get an e...
Triangulation asked 3/8, 2018 at 20:29
1
Solved
I am using geepack for R to estimate logistic marginal model by geeglm(). But I am getting garbage estimates. They about 16 orders of magnitude too large. However the p-values seems to similar to w...
Sitar asked 16/1, 2017 at 19:32
2
Solved
I'm trying to fit a mixed effects model and then use that model to generate estimates on a new dataset that may have different levels. I expected that the estimates on a new dataset would use the m...
Knoxville asked 25/3, 2015 at 15:22
1
Solved
I'm trying to understand the function lmer. I've found plenty of information about how to use the command, but not much about what it's actually doing (save for some cryptic comments here: http://w...
Raychel asked 7/1, 2014 at 19:29
1
Solved
Is it possible to plot the random intercept or slope of a mixed model when it has more than one predictor?
With one predictor I would do like this:
#generate one response, two predictors and one ...
Balneal asked 14/7, 2013 at 16:55
1
© 2022 - 2024 — McMap. All rights reserved.