Learn R Programming

penaltyLearning (version 2020.5.13)

coef.IntervalRegression: coef IntervalRegression

Description

Get the learned coefficients of an IntervalRegression model.

Usage

# S3 method for IntervalRegression
coef(object, 
    ...)

Arguments

object

Value

numeric matrix [features x regularizations] of learned weights (on the original feature scale), can be used for prediction via cbind(1,features) %*% weights.