Re: [R] how to calculate chisq value in R

2008-02-07 Thread Bernard Leemon
On Thu, Feb 7, 2008 at 1:06 PM, John Kane <[EMAIL PROTECTED]> wrote: > ?chisq.test > --- jinjin <[EMAIL PROTECTED]> wrote: > > > > > for example, an expression such as chisq(df=1,ncp=0) > > ? > > perhaps pchisq(chisqvalue, df=1, ncp=0) is what you are looking for to evaluate the probability for

Re: [R] how to calculate chisq value in R

2008-02-07 Thread Jorge Iván Vélez
?pchisq Jorge On 2/7/08, jinjin <[EMAIL PROTECTED]> wrote: > > > for example, an expression such as chisq(df=1,ncp=0) ? > > thanks > > > -- > View this message in context: > http://www.nabble.com/how-to-calculate-chisq-value-in-R-tp15338943p15338943.html > Sent from the R help mailing list arc

Re: [R] how to calculate chisq value in R

2008-02-07 Thread John Kane
?chisq.test --- jinjin <[EMAIL PROTECTED]> wrote: > > for example, an expression such as chisq(df=1,ncp=0) > ? > > thanks > > > -- > View this message in context: > http://www.nabble.com/how-to-calculate-chisq-value-in-R-tp15338943p15338943.html > Sent from the R help mailing list archive at

Re: [R] how to calculate chisq value in R

2008-02-07 Thread Peter Dalgaard
jinjin wrote: > for example, an expression such as chisq(df=1,ncp=0) ? > > thanks > > > pchisq or qchisq, depending on "which way". -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University o

[R] how to calculate chisq value in R

2008-02-07 Thread jinjin
for example, an expression such as chisq(df=1,ncp=0) ? thanks -- View this message in context: http://www.nabble.com/how-to-calculate-chisq-value-in-R-tp15338943p15338943.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-pro