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
> distribution (for arbitrary d.o.f).

Something like that

plot(seq(-3,3,.1),dnorm(seq(-3,3,.1)),type="l")
plot(seq(0,20,.1),dchisq(seq(0,20,.1),5),type="l")


> 
> Thanks,
> 
> -------------------------------------------------------------------
> Rajarshi Guha <[EMAIL PROTECTED]> <http://jijo.cjb.net> GPG
> Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
> -------------------------------------------------------------------
> Did you hear that two rabbits escaped from the zoo and so far they
> have only recaptured 116 of them?
> 
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Cheers
Petr Pikal
[EMAIL PROTECTED]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to