PattFreq: Frequency of row patterns

Description Usage Arguments Value Author(s) Examples

View source: R/PattFreq.R

Description

Compute the frequencies of row patterns in a matrix

Usage

1
patf <- PattFreq(x)

Arguments

x

Matrix of data whose row frequencies are computed

Value

patf: A list with

patrones

A vector with the patterns in rows

frx

A vector with the assocaited frequencies in unit percentage points.

Author(s)

Andres Romeu Fundamentos del Analisis Economico Universidad de Murcia 30100 SPAIN

Examples

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)
{
  }

aromeu-source/R-code documentation built on Nov. 15, 2019, 12:05 a.m.