coxstuart {tsutils} | R Documentation |
Cox-Stuart test
Description
Perform Cox-Stuart test for location or dispersion.
Usage
coxstuart(y, type = c("trend", "deviation", "dispersion"), alpha = 0.05)
Arguments
y |
input data. |
type |
type of test. Can be:
|
alpha |
significance level. |
Value
A list containing:
-
H
: hypothesis outcome. -
p.value
: corresponding p-value. -
Htxt
: textual description of the hypothesis outcome.
Author(s)
Nikolaos Kourentzes, nikolaos@kourentzes.com.
Examples
coxstuart(referrals)
[Package tsutils version 0.9.4 Index]