Learn R Programming

nexus (version 0.6.0)

weights: Weights

Description

Extract weights from an object.

Usage

# S4 method for ALR
weights(object, ...)

# S4 method for LR weights(object, ...)

# S4 method for LogRatio weights(object, ...)

Arguments

object

An object for which the extraction of weights is meaningful.

...

Currently not used.

Author

N. Frerebeau

See Also

Other mutators: as.data.frame(), labels(), totals()