Skip to contents

Extract weights from an object.

Usage

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

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

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

Arguments

object

An object for which the extraction of weights is meaningful.

...

Currently not used.

See also

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

Author

N. Frerebeau