Re: [R] lme or lmer for unbalance data

2012-05-05 Thread Ben Bolker
agent dunham  hotmail.com> writes:

> I'd like to fix a mixed model. I have unbalance data, what should i use: 
> lme in nlme package , or lmer in lme4.
> 
> Thanks, user  host.com as user  host.com
> 

  More advanced mixed model questions belong on r-sig-mixed-models 
r-project.org , but the answer to this one is: either should be fine,
unless you want one of the features that only lme has (reported denominator
df/p values, R-side effects such as correlation and heteroscedasticity 
models) or one of the features that only lmer has (efficient fitting of
crossed random effects, GLMMs).

  Ben Bolker

__
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.


[R] lme or lmer for unbalance data

2012-05-04 Thread agent dunham
Dear community, 

I'd like to fix a mixed model. I have unbalance data, what should i use: 
lme in nlme package , or lmer in lme4.

Thanks, u...@host.com as u...@host.com

--
View this message in context: 
http://r.789695.n4.nabble.com/lme-or-lmer-for-unbalance-data-tp4608425.html
Sent from the R help mailing list archive at Nabble.com.

__
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.