Re: [R] Why aov() with Error() gives three strata?

2017-12-29 Thread Jorge Fernando Saraiva de Menezes
ng such > >> model (e.g. using lme() or lmer() ). > >> > >> 2. Alternatively, try posting to a statistics site like > >> stats.stackexchange.com. > >> > >> 2.5. Or, if you can, the best idea might be to sit down with a local > >> statisti

Re: [R] Why aov() with Error() gives three strata?

2017-12-28 Thread Jorge Fernando Saraiva de Menezes
sit down with a local > statistics expert. > > Cheers, > Bert > > > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along > and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County"

[R] Why aov() with Error() gives three strata?

2017-12-28 Thread Jorge Fernando Saraiva de Menezes
Dear list users, I am trying to learn Repeated measures ANOVA using the aov() interface, but I'm struggling to understand its output. According to tutorials on the web, formula for a repeated measures design is: aov(Y ~ IV+ Error(SUBJECT/IV) ) This formula does work but it returns three strata

Re: [R] rep() fails at times=0.29*100

2013-04-09 Thread Jorge Fernando Saraiva de Menezes
[1] 29 > A.K. > > > - Original Message - > From: Jorge Fernando Saraiva de Menezes > To: r-help@r-project.org > Cc: > Sent: Tuesday, April 9, 2013 12:11 PM > Subject: [R] rep() fails at times=0.29*100 > > Dear list, > > I have found an unusual behavior and would like to

[R] rep() fails at times=0.29*100

2013-04-09 Thread Jorge Fernando Saraiva de Menezes
Dear list, I have found an unusual behavior and would like to check if it is a possible bug, and if updating R would fix it. I am not sure if should post it in this mail list but I don't where is R bug tracker. The only mention I found that might relate to this is "If times is a computed quantity

[R] kernel values sum 1?

2012-02-23 Thread Jorge Fernando Saraiva de Menezes
Dear list, this may be a mathematical question, but the 3d and 2d kernel density values, estimated by kde3d(){misc3d} and kde2d(){MASS} shouldn't sum 1 when multiplied by delta.x,delta.y,delta.z , as integral[kernel(x)*dx]=1? I know the above question is true as another help mail've shown out: v