make.factor.names: Make a factor name

Description Usage Arguments Value Examples

Description

Construct a factor name for each level

Usage

1

Arguments

name

the factor to be decomposed

levels

data frame with that as a column, or levels to produce

sep

a paste separator for creating factor names

Value

Vector of the factor names

Examples

1
2
make.factor.names("Species", iris)
make.factor.names("Species", unique(iris$Species))

jrising/hierlm documentation built on May 31, 2019, 8:08 a.m.