H2OCoxPHModelSummary-class {h2o}R Documentation

The H2OCoxPHModelSummary object.

Description

Wrapper object for summary information compatible with survival package.

Usage

## S4 method for signature 'H2OCoxPHModelSummary'
show(object)

## S3 method for class 'H2OCoxPHModelSummary'
coef(object, ...)

Arguments

object

An H2OCoxPHModelSummary object.

...

additional arguments to pass on.

Slots

summary

A list containing the a summary compatible with CoxPH summary used in the survival package.


[Package h2o version 3.44.0.3 Index]