search for: gravesd

Displaying 1 result from an estimated 1 matches for "gravesd".

Did you mean: graves
2006 Feb 27
2
obtaining means/SD after fitting a mixed model
Hello, I am running (non-balanced) mixed models (using library lme4) such as : model1<-glmmPQL(Y~grouping variable+ covariate, random=~1|yr/month, data=dat, family= gaussian or poisson) and besides the usual output in terms of the statistical significance of the fitted coefficients, I'd like to obtain the adjusted means and standard deviations (as one obtains after fitting a lm model).