Skip to contents

Extract Model Coefficients

Usage

# S3 method for class 'mlmodel'
coef(object, ...)

Arguments

object

An mlmodel object.

...

Currently not used.

Value

A named numeric vector of estimated coefficients.