Learn R Programming

BeSS (version 2.0.4)

deviance.bess: Extract the deviance from a "bess" object.

Description

Similar to other deviance methods, which returns deviance from a fitted "bess" object.

Usage

# S3 method for bess
deviance(object,...)

Value

The value of the deviance extracted from the "bess" object.

Arguments

object

Output from the bess function or the bess.one function.

...

Additional arguments affecting the predictions produced.

Author

Canhong Wen, Aijun Zhang, Shijie Quan, and Xueqin Wang.

References

Wen, C., Zhang, A., Quan, S. and Wang, X. (2020). BeSS: An R Package for Best Subset Selection in Linear, Logistic and Cox Proportional Hazards Models, Journal of Statistical Software, Vol. 94(4). doi:10.18637/jss.v094.i04.

See Also

bess, bess.one

Examples

Run this code

data <- gen.data(500, 20, family = "gaussian", 10, 0.2, 1)
fit <- bess(data$x, data$y, family = "gaussian")
deviance(fit)

Run the code above in your browser using DataLab