Learn R Programming

parsec (version 1.1.1)

obsprof: Remove unobserved profiles

Description

The function removes from the set of possible profilesa prof the unobserved profiles (i.e. profiles with associated frequencyies equal to zero). It returns an object of class S3 wprof comprising the remaining profiles and their frequencies.

Usage

obsprof(prof)
## S3 method for class 'wprof':
obsprof(prof)

Arguments

prof
object of S3 class wprof.

Examples

Run this code
prf <- var2prof(varlen = c(3, 3, 3))
prf$freq <- sample(c(0, 1), 3*3*3, replace = TRUE)
prf <- obsprof(prf)
plot(prf, shape = "equispaced")

Run the code above in your browser using DataLab