Learn R Programming

xtune (version 2.0.0)

coef_xtune: Extract model coefficients from fitted xtune object

Description

coef_xtune extracts model coefficients from objects returned by xtune object.

Usage

coef_xtune(object, ...)

Value

Coefficients extracted from the fitted model.

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.

See Also

xtune, predict_xtune

Examples

Run this code
# See examples in \code{predict_xtune}.

Run the code above in your browser using DataLab