Ronaldo Reis Junior
2008-Aug-01 15:11 UTC
[R] How to get the p-value from lmer on a longitudinal analysis
Hi, I have a modelo like this: Yvar <- c(0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, 1, 2, 3, 6, 6, 3, 3, 4) TIME <- 4:22 ID <- rep("PlotA",19) m <- lmer(Yvar~TIME+(TIME|ID),family=poisson) anova(m) summary(m) How to get the p-value for this case? Thanks Ronaldo -- Just because you're paranoid doesn't mean they AREN'T after you. --> Prof. Ronaldo Reis J?nior| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional | : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia | `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil | `- Fone: (38) 3229-8187 | ronaldo.reis em unimontes.br | chrysopa em gmail.com | http://www.ppgcb.unimontes.br/lbc | ICQ#: 5692561 | LinuxUser#: 205366 -- Favor N?O ENVIAR arquivos do Word ou Powerpoint Prefira enviar em PDF, Texto, OpenOffice (ODF), HTML, or RTF.
Marc Schwartz
2008-Aug-01 15:19 UTC
[R] How to get the p-value from lmer on a longitudinal analysis
on 08/01/2008 10:11 AM Ronaldo Reis Junior wrote:> Hi, > > I have a modelo like this: > > Yvar <- c(0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, 1, 2, 3, 6, 6, 3, 3, 4) > TIME <- 4:22 > ID <- rep("PlotA",19) > m <- lmer(Yvar~TIME+(TIME|ID),family=poisson) > anova(m) > summary(m) > > How to get the p-value for this case? > > Thanks > RonaldoUnless something has changed recently: http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-are-p_002dvalues-not-displayed-when-using-lmer_0028_0029_003f HTH, Marc Schwartz
Mark Difford
2008-Aug-01 17:50 UTC
[R] How to get the p-value from lmer on a longitudinal analysis
Hi Ronaldo, ... lmer p-values There are two packages that may help you with this and that might work with the current implementation of lmer(). They are languageR and RLRsim. HTH, Mark. Bugzilla from chrysopa at gmail.com wrote:> > Hi, > > I have a modelo like this: > > Yvar <- c(0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, 1, 2, 3, 6, 6, 3, 3, 4) > TIME <- 4:22 > ID <- rep("PlotA",19) > m <- lmer(Yvar~TIME+(TIME|ID),family=poisson) > anova(m) > summary(m) > > How to get the p-value for this case? > > Thanks > Ronaldo > -- > Just because you're paranoid doesn't mean they AREN'T after you. > -- >> Prof. Ronaldo Reis J?nior > | .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional > | : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia > | `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil > | `- Fone: (38) 3229-8187 | ronaldo.reis at unimontes.br | > chrysopa at gmail.com > | http://www.ppgcb.unimontes.br/lbc | ICQ#: 5692561 | LinuxUser#: 205366 > -- > Favor N?O ENVIAR arquivos do Word ou Powerpoint > Prefira enviar em PDF, Texto, OpenOffice (ODF), HTML, or RTF. > > ______________________________________________ > R-help at 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. > >-- View this message in context: http://www.nabble.com/How-to-get-the-p-value-from-lmer-on-a-longitudinal-analysis-tp18776696p18779630.html Sent from the R help mailing list archive at Nabble.com.