h2o (version 3.20.0.8)

H2OCoxPHModel-class: The H2OCoxPHModel object.

Description

Virtual object representing H2O's CoxPH Model.

Usage

# S4 method for H2OCoxPHModel
show(object)

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

# S3 method for H2OCoxPHModel extractAIC(fit, scale, k = 2, ...)

# S3 method for H2OCoxPHModel logLik(object, ...)

survfit.H2OCoxPHModel(formula, newdata, ...)

# S3 method for H2OCoxPHModel vcov(object, ...)

Arguments

object

an H2OCoxPHModel object.

...

additional arguments to pass on.

fit

an H2OCoxPHModel object.

scale

optional numeric specifying the scale parameter of the model.

k

numeric specifying the weight of the equivalent degrees of freedom.

formula

an H2OCoxPHModel object.

newdata

an optional H2OFrame or data.frame with the same variable names as those that appear in the H2OCoxPHModel object.