coef.mfp2: Extract coefficients from object of class 'mfp2'

View source: R/mfp2.R

coef.mfp2R 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.


mfp2 documentation built on Nov. 15, 2023, 1:06 a.m.