| Line 1... |
Line 1... |
| 1 |
% File src/library/stats/man/fligner.test.Rd
|
1 |
% File src/library/stats/man/fligner.test.Rd
|
| 2 |
% Part of the R package, https://www.R-project.org
|
2 |
% Part of the R package, https://www.R-project.org
|
| 3 |
% Copyright 1995-2018 R Core Team
|
3 |
% Copyright 1995-2025 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{fligner.test}
|
6 |
\name{fligner.test}
|
| 7 |
\alias{fligner.test}
|
7 |
\alias{fligner.test}
|
| 8 |
\alias{fligner.test.default}
|
8 |
\alias{fligner.test.default}
|
| Line 50... |
Line 50... |
| 50 |
group for the corresponding elements of \code{x}.
|
50 |
group for the corresponding elements of \code{x}.
|
| 51 |
|
51 |
|
| 52 |
The \I{Fligner}-\I{Killeen} (median) test has been determined in a simulation
|
52 |
The \I{Fligner}-\I{Killeen} (median) test has been determined in a simulation
|
| 53 |
study as one of the many tests for homogeneity of variances which is
|
53 |
study as one of the many tests for homogeneity of variances which is
|
| 54 |
most robust against departures from normality, see
|
54 |
most robust against departures from normality, see
|
| 55 |
\bibcite{Conover, Johnson & Johnson (1981)}.
|
55 |
\bibcitet{R:Conover+Johnson+Johnson:1981}.
|
| 56 |
It is a \eqn{k}-sample simple linear rank which uses
|
56 |
It is a \eqn{k}-sample simple linear rank which uses
|
| 57 |
the ranks of the absolute values of the centered samples and weights
|
57 |
the ranks of the absolute values of the centered samples and weights
|
| 58 |
\eqn{a(i) = \mathrm{qnorm}((1 + i/(n+1))/2)}{a(i) = qnorm((1 +
|
58 |
\eqn{a(i) = \mathrm{qnorm}((1 + i/(n+1))/2)}{a(i) = qnorm((1 +
|
| 59 |
i/(n+1))/2)}. The version implemented here uses median centering in
|
59 |
i/(n+1))/2)}. The version implemented here uses median centering in
|
| 60 |
each of the samples (F-K:med \eqn{X^2} in the reference).
|
60 |
each of the samples (F-K:med \eqn{X^2} in the reference).
|
| Line 68... |
Line 68... |
| 68 |
\item{method}{the character string
|
68 |
\item{method}{the character string
|
| 69 |
\code{"Fligner-Killeen test of homogeneity of variances"}.}
|
69 |
\code{"Fligner-Killeen test of homogeneity of variances"}.}
|
| 70 |
\item{data.name}{a character string giving the names of the data.}
|
70 |
\item{data.name}{a character string giving the names of the data.}
|
| 71 |
}
|
71 |
}
|
| 72 |
\references{
|
72 |
\references{
|
| 73 |
William J. Conover, Mark E. Johnson and Myrle M. Johnson (1981).
|
- |
|
| 74 |
A comparative study of tests for homogeneity of variances, with
|
- |
|
| 75 |
applications to the outer continental shelf bidding data.
|
- |
|
| 76 |
\emph{Technometrics}, \bold{23}, 351--361.
|
- |
|
| 77 |
\doi{10.2307/1268225}.
|
73 |
\bibshow{*}
|
| 78 |
}
|
74 |
}
|
| 79 |
\seealso{
|
75 |
\seealso{
|
| 80 |
\code{\link{ansari.test}} and \code{\link{mood.test}} for rank-based
|
76 |
\code{\link{ansari.test}} and \code{\link{mood.test}} for rank-based
|
| 81 |
two-sample test for a difference in scale parameters;
|
77 |
two-sample test for a difference in scale parameters;
|
| 82 |
\code{\link{var.test}} and \code{\link{bartlett.test}} for parametric
|
78 |
\code{\link{var.test}} and \code{\link{bartlett.test}} for parametric
|