On Sep 29, 2011, at 5:34 PM, Rosario Garcia Gil wrote:

Hello

I have a data set with fixed and random effects, therefore I am using the lme function:

lm(y ~ xfixed, random=~1|xrandom, data)

After this I want to get the F-values for both the fixed and random predictors. I can easily get the F-value and df for the xfixed predictors (anova()), but how to get the F-value for the xrandom predictors?

As the (draft) FAQ says:    "... perhaps you shouldn't".

http://glmm.wikidot.com/faq

--

David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to