| coef_xtune {xtune} | R 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}.
[Package xtune version 2.0.0 Index]