Displaying 1 result from an estimated 1 matches for "input_new".
Did you mean:
input_dev
2009 Jan 12
1
Determining variance components of classed covariates
...aren't independent and they also have a class
(of which the total variance explained by covariates in that class I am
most interested in).
Very naively, I have tried to look at each individual covariates
variance like this
> lm<-lmer(Expression ~ 1 + (1|rs11834524) + (1|rs7074431),
data=input_new)
> lm
Linear mixed-effects model fit by REML
Formula: Expression ~ 1 + (1 | rs11834524) + (1 | rs7074431)
Data: input
AIC BIC logLik MLdeviance REMLdeviance
108.4 116.5 -51.22 102.5 102.4
Random effects:
Groups Name Variance Std.Dev.
rs11834524 (Intercept) 0....