Displaying 4 results from an estimated 4 matches for "y_rnorm".
Did you mean:
c_rnorm
2002 Jul 17
5
R crashes when using "xyplot" (PR#1801)
...loading the package I got an error message
that the lattice.dll couldn't be found. However that wasn't the cause of the
problem. I downloaded the package again from a different mirror site, all in
vain.
This is the simplest code I could create to crash R with xyplot:
> x_runif(100)
> y_rnorm(100)
> plot(x,y)
> xyplot(y~x)
CRASH!
Best wishes,
Carsten
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(i...
1999 Dec 02
1
Error in plot.aov() (PR#356)
...cannot send the bug 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.28...
1999 Dec 03
0
Error in plot.aov() (PR#356) (fwd)
...n Maindonald <john.maindonald@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
> > >...
2001 Nov 22
2
comma as decimal separator in plots
Dear R list-members,
Is there any way to display numbers with comma as decimal
separator, i.e., "5,4" instead of "5.4", in plots (x and y
axis, expressions)?
Thanks for any suggestion,
Antonio
Olinto
-----------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read