Description Usage Arguments Value Author(s) Examples
Compute the frequencies of row patterns in a matrix
1 | patf <- PattFreq(x)
|
x |
Matrix of data whose row frequencies are computed |
patf: A list with
patrones |
A vector with the patterns in rows |
frx |
A vector with the assocaited frequencies in unit percentage points. |
Andres Romeu Fundamentos del Analisis Economico Universidad de Murcia 30100 SPAIN
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.