View source: R/robust.mmm.test.R
robust.mmm.test | R Documentation |
A test for a monotonic trend in variances \insertCiteMudholkar_etal_1995lawstat.
The test statistic is based on
a combination of the finite intersection approach and the two-sample t
-test
using Miller's transformation. By default, NA
s are omitted.
robust.mmm.test(y, group, tail = c("right", "left", "both"))
y |
a numeric vector of data values. |
group |
factor of the data. |
tail |
the default option is |
A list with the following elements:
T |
the statistic and |
F |
the statistic and |
N |
the statistic and |
L |
the statistic and |
Each of the list elements is a list of class "htest"
with the following elements:
statistic |
the value of the test statistic. |
p.value |
the |
method |
type of test performed. |
data.name |
a character string giving the name of the data. |
Kimihiro Noguchi, Yulia R. Gel
neuhauser.hothorn.test
, levene.test
,
lnested.test
, ltrend.test
, mma.test
data(pot)
robust.mmm.test(pot[, "obs"], pot[, "type"], tail = "left")$N
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.