The R Project SVN R

Rev

Rev 74265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74265 Rev 74363
Line 34... Line 34...
34
}
34
}
35
\value{
35
\value{
36
  A list with class \code{"htest"} containing the following components:
36
  A list with class \code{"htest"} containing the following components:
37
  \item{statistic}{the value of the test statistic.}
37
  \item{statistic}{the value of the test statistic.}
38
  \item{parameter}{the degrees of freedom of the approximate chi-squared
38
  \item{parameter}{the degrees of freedom of the approximate chi-squared
39
    distribution of the test statistic (taking \code{fitdf} into account.}
39
    distribution of the test statistic (taking \code{fitdf} into account).}
40
  \item{p.value}{the p-value of the test.}
40
  \item{p.value}{the p-value of the test.}
41
  \item{method}{a character string indicating which type of test was
41
  \item{method}{a character string indicating which type of test was
42
    performed.}
42
    performed.}
43
  \item{data.name}{a character string giving the name of the data.}
43
  \item{data.name}{a character string giving the name of the data.}
44
}
44
}