as.factor.lfactor {lfactors}R Documentation

factor from an lfactor

Description

Returns a factor from an lfactor.

Usage

## S3 method for class 'lfactor'
as.factor(x)

Arguments

x

the lfactor to be coerced to a factor

Details

Simply drops the numeric levels from the lfactor and returns a normal factor.

See Also

as.factor


[Package lfactors version 1.0.4 Index]