Displaying 2 results from an estimated 2 matches for "gp_factor".
Did you mean:
a_factor
1999 Dec 02
1
Error in plot.aov() (PR#356)
...ug report directly from R.
# Please copy the 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...
1999 Dec 03
0
Error in plot.aov() (PR#356) (fwd)
...onald@anu.edu.au>
To: ripley@stats.ox.ac.uk
Subject: 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)
> > (Inte...