Learn R Programming

iai (version 1.10.2)

predict_hazard.glmnetcv_survival_learner: Return the fitted hazard coefficient estimate made by a glmnetcv_survival_learner for each point in the features.

Description

A higher hazard coefficient estimate corresponds to a smaller predicted survival time.

Usage

# S3 method for glmnetcv_survival_learner
predict_hazard(obj, X, fit_index = NULL, ...)

Arguments

obj

The learner or grid to use for prediction.

X

The features of the data.

fit_index

The index of the fit in the path to use for prediction, defaulting to the best fit if not supplied.

...

Additional arguments (unused)

IAI Compatibility

Requires IAI version 3.0 or higher.

Details

Julia Equivalent: IAI.predict_hazard

Examples

Run this code
if (FALSE) iai::predict_hazard(lnr, X)

Run the code above in your browser using DataLab