Re: [R] How to get the p-value from lmer on a longitudinal analysis

2008-08-01 Thread Mark Difford
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 [EMAIL PROTECTED] wrote: > > Hi, > > I have a modelo like this: > > Yvar <- c(0, 0, 0, 0,

Re: [R] How to get the p-value from lmer on a longitudinal analysis

2008-08-01 Thread Ronaldo Reis Junior
Em Sex 01 Ago 2008, Marc Schwartz escreveu: > 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=p

Re: [R] How to get the p-value from lmer on a longitudinal analysis

2008-08-01 Thread Marc Schwartz
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

[R] How to get the p-value from lmer on a longitudinal analysis

2008-08-01 Thread Ronaldo Reis Junior
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 me