coef.mfp2: 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 mfp2
coef(object, ...)
Value
Named numeric vector of coefficients extracted from the model object
.
Arguments
- object
an object of class mfp2
, usually, a result of a call to
mfp2()
.
- ...
not used.