search for: adjusted_calpha

Displaying 2 results from an estimated 2 matches for "adjusted_calpha".

2011 Sep 03
0
glht (multcomp): NA's for confidence intervals using univariate_calpha
Hej, Calculation of confidence intervals for means based on a model fitted with lmer using the package multcomp - yields results for calpha=adjusted_calpha - NA's for calpha=univariate_calpha Example: library(lme4) library(multcomp) ### Generate data set.seed(8) d<-expand.grid(treat=1:2,block=1:3) e<-rnorm(3) names(e)<-1:3 d$y<-rnorm(nrow(d)) + e[d$block] d<-transform(d,treat=factor(treat),block=factor(block)) ##### l...
2011 Sep 05
0
glht (multcomp): NA's for confidence intervals using univariate_calpha (fwd)
...ct.org> > Subject: [R] glht (multcomp): NA's for confidence intervals using > univariate_calpha > > Hej, > > Calculation of confidence intervals for means > based on a model fitted with lmer > > using the package multcomp > > - yields results for calpha=adjusted_calpha > - NA's for calpha=univariate_calpha > > > Example: > library(lme4) > library(multcomp) > ### Generate data > set.seed(8) > d<-expand.grid(treat=1:2,block=1:3) > e<-rnorm(3) > names(e)<-1:3 > d$y<-rnorm(nrow(d)) + e[d$block] > d&lt...