oruns_test | R Documentation |
Perform a runs test on the input data to test for clustering or randomness.
oruns_test(x)
x |
A numeric vector representing the input data |
an r4pde.oruns
object.
An r4pde.oruns
object is a list
containing:
U, number of runs,
EU, expected number of runs,
sU, standard deviation of the expected number of runs
Z, Z-score of the observed number of runs,
pvalue, the p-value of the Z-score, and
result, the test result of either "aggregation or clustering" or "randomness"
Other Spatial analysis:
AFSD()
,
BPL()
,
count_subareas()
,
count_subareas_random()
,
fit_gradients()
,
join_count()
,
oruns_test_boustrophedon()
,
oruns_test_byrowcol()
,
plot_AFSD()
oruns_test(c(1, 0, 1, 1, 0, 1, 0, 0, 1, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.