Re: [R] plotting a distribution curves

2003-09-03 Thread Richard A. O'Keefe
Rajarshi Guha <[EMAIL PROTECTED]> wrote: is there a way to plot distribution curves (say normal or chi sq etc) from within R? For example I looked up the *chisq family of functions but I'm not sure as to how I would use them to generate a plot of the chi s

Re: [R] plotting a distribution curves

2003-09-03 Thread Douglas Bates
"Petr Pikal" <[EMAIL PROTECTED]> writes: > Hallo > > On 1 Sep 2003 at 16:25, Rajarshi Guha wrote: > > > Hi, > > is there a way to plot distribution curves (say normal or chi sq > > etc) > > from within R? > > > > For example I looked up the *chisq family of functions but I'm not > > sure as

RE: [R] plotting a distribution curves

2003-09-03 Thread Hotz, T.
> -Original Message- > From: Petr Pikal [mailto:[EMAIL PROTECTED] > Sent: 03 September 2003 13:57 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [R] plotting a distribution curves > > > Hallo > > On 1 Sep 2003 at 16:25, Rajarshi Guha w

Re: [R] plotting a distribution curves

2003-09-03 Thread Petr Pikal
Hallo On 1 Sep 2003 at 16:25, Rajarshi Guha wrote: > Hi, > is there a way to plot distribution curves (say normal or chi sq > etc) > from within R? > > For example I looked up the *chisq family of functions but I'm not > sure as to how I would use them to generate a plot of the chi sq > dist

[R] plotting a distribution curves

2003-09-03 Thread Rajarshi Guha
Hi, is there a way to plot distribution curves (say normal or chi sq etc) from within R? For example I looked up the *chisq family of functions but I'm not sure as to how I would use them to generate a plot of the chi sq distribution (for arbitrary d.o.f). Thanks,