cr_symb: A function to create symbols

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/cr_symb.R

Description

This function obtains symbols ...

Usage

1
cr_symb(k = k, m = m)

Arguments

k

number of categories

m

length of the m-surrounding

Details

Aquí Antonio escribe una linda historia ...

Value

A list with two types of symbols. Permutation and Combinations-totals

p_symb Matrix with symbols (permutations)
c_symb Matrix with symbols (combinations)) c

Author(s)

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

References

See Also

q_symb, m.surround

Examples

1
2
3
4
5
# Obtain symbols for k=2 classes and m-surroundings of size 5
rm(list = ls())
symb25 <- cr_symb(2,5)
symb25$p_symb # Permutations symbols
symb25$c_symb # Combinations-totals symbols

paezha/spqdata documentation built on Dec. 22, 2021, 5:24 a.m.