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 mfp2, usually, a result of a call to mfp2().

...

not used.

Value

Named numeric vector of coefficients extracted from the model object.


[Package mfp2 version 1.0.0 Index]