coef.mfp2 {mfp2} | R Documentation |
Extract coefficients from object of class mfp2
Description
This function is a method for the generic stats::coef()
function for
objects of class mfp2
.
Usage
## S3 method for class 'mfp2'
coef(object, ...)
Arguments
object |
an object of class |
... |
not used. |
Value
Named numeric vector of coefficients extracted from the model object
.
[Package mfp2 version 1.0.0 Index]