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 a given chi-squre value from its distribution function. or if by chisq.test you mean how to compute a contingency table chi-sq value, see http://psych.colorado.edu/~mcclella/psych3101h/StatFinder/twoWayChiSquare.html gary mcclelland Colorado [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

