Displaying 3 results from an estimated 3 matches for "aov_aov".
1999 Dec 02
1
Error in plot.aov() (PR#356)
...e bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@biostat.ku.dk
#
######################################################
The error occurs following the third Hit <Return> below:
> y_rnorm(40)
> gp_factor(rep(1:4,c(10,10,10,10)))
> xx.aov_aov(y~gp)
> summary(xx.aov)
Df Sum Sq Mean Sq F value Pr(>F)
gp 3 0.67 0.22 0.29 0.84
Residuals 36 28.30 0.79
> coef(xx.aov)
(Intercept) gp2 gp3 gp4
0.286147 0.260974 -0.081828 0.126678
> plot(xx.aov)...
1999 Nov 30
3
model.tables
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 3126 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19991130/5cb00c0f/attachment.pl
1999 Dec 03
0
Error in plot.aov() (PR#356) (fwd)
...t: Re: Error in plot.aov() (PR#356)
Brian, you wrote -
> On Thu, 2 Dec 1999 john.maindonald@anu.edu.au wrote:
>
> > The error occurs following the third Hit <Return> below:
> >
> > > y_rnorm(40)
> > > gp_factor(rep(1:4,c(10,10,10,10)))
> > > xx.aov_aov(y~gp)
> > > summary(xx.aov)
> > Df Sum Sq Mean Sq F value Pr(>F)
> > gp 3 0.67 0.22 0.29 0.84
> > Residuals 36 28.30 0.79
> > > coef(xx.aov)
> > (Intercept) gp2 gp3 gp4
> &g...