Methods for class spqtest
methods_spqtest.Rd
The plot()
function allows the user obtain the plot of relative frequency
of each symbol (standard and equivalent) with the confidence interval.
The print()
function is used to get a list with the values of Q test
for standard symbolization based on permutations and for equivalent symbolization
based on combinations. summary()
print a table with the output of the Q test.
Usage
# S3 method for spqtest
plot(x, ..., ci = 0.95)
Arguments
- x
a
spqtest
object created byQ.test
.- ...
further arguments passed to or from other methods
- ci
confidence level for the intervals in
plot
method. Defaultci = 0.95
References
Ruiz, M., López, F., and Páez, A. (2021). A test for global and local homogeneity of categorical data based on spatial runs. working paper.
Author
Fernando López | fernando.lopez@upct.es |
Román Mínguez | roman.minguez@uclm.es |
Antonio Páez | paezha@gmail.com |
Manuel Ruiz | manuel.ruiz@upct.es |