coef_xtune: Extract model coefficients from fitted 'xtune' object

View source: R/coef.xtune.R

coef_xtuneR Documentation

Extract model coefficients from fitted xtune object

Description

coef_xtune extracts model coefficients from objects returned by xtune object.

Usage

coef_xtune(object, ...)

Arguments

object

Fitted 'xtune' model object.

...

Not used

Details

coef and predict methods are provided as a convenience to extract coefficients and make prediction. coef.xtune simply extracts the estimated coefficients returned by xtune.

Value

Coefficients extracted from the fitted model.

See Also

xtune, predict_xtune

Examples

# See examples in \code{predict_xtune}.

xtune documentation built on July 9, 2023, 5:22 p.m.