cr_symb | R Documentation |
This function obtains the set of symbols to get the Q-statistic
cr_symb(k = k, m = m)
k |
number of categories |
m |
length of the m-surrounding |
...
A list with two types of symbols. Permutation and Combinations-totals
p_symb | Matrix with symbols (permutations) |
c_symb | Matrix with symbols (combinations) |
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 |
Ruiz M, López FA, A Páez. (2010). Testing for spatial association of qualitative data using symbolic dynamics. Journal of Geographical Systems. 12 (3) 281-309
m.surround
# Example 1: Obtain symbols for k=2 classes and m-surroundings of size 5 symb25 <- cr_symb(2,5) symb25$p_symb # Permutations symbols symb25$c_symb # Combinations-totals symbols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.