predict.archetypes {archetypes} | R Documentation |
Predict method for archetypal analysis fits
Description
This method produces predicted alpha coefficients for new data.
Usage
## S3 method for class 'archetypes'
predict(object, newdata, ...)
Arguments
object |
An |
newdata |
A data frame with data for which to predict the alpha coefficients. |
... |
Ignored. |
Value
The predict alpha coefficients.
[Package archetypes version 2.2-0.1 Index]