coef.xtune: Extract model coefficients from fitted 'xtune' object

Description Usage Arguments Details Value See Also Examples

Description

coef.xtune extracts model coefficients from objects returned by xtune object.

Usage

1
2
## S3 method for class 'xtune'
coef(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

1
## see examples in predict.xtune()

ChubingZeng/classo documentation built on June 4, 2019, 12:37 p.m.