> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Sorkin > Sent: Tuesday, March 04, 2008 8:52 AM > To: r-help@r-project.org > Subject: [R] package for repeated measures ANOVA with various > link functions > > R 2.6.0 > Windows XP > > At the risk of raising the ire of the R gods . . . > I am looking for a package that will allow me to perform a > poisson, quasipoisson, or negative binomial regression with > adjustment for repeated measures. I have looked at glm, it > does not appear to allow repeated measures. Although I can't > get any help for lme or lme4 I remember that those packages > perform repeated measures using random effects, not repeated > measures ANOVA which is what I am looking for. (By the why, > how can I get help for lme4? I have tried ?lme4, > help.search("lme4") etc. to no avail.) > A suggestion for a package that will allow for repeated > measures ANOVA in the context of various link functions would > be appreciated. > Thanks as always, > John >
John, If you install the packages, help files will be installed along with them. If you don't want to install first, go to http://cran.r-project.org/ And select packages under software on the left hand side of the screen. You will be able to look at some documentation there, e.g. there is a manual for lme4 available. Hope this is helpful, Dan Daniel J. Nordlund Research and Data Analysis Washington State Department of Social and Health Services Olympia, WA 98504-5204 ______________________________________________ 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.