H2OCoxPHModel-class | R Documentation |
Virtual object representing H2O's CoxPH Model.
## S4 method for signature 'H2OCoxPHModel'
show(object)
## S3 method for class 'H2OCoxPHModel'
coef(object, ...)
## S3 method for class 'H2OCoxPHModel'
extractAIC(fit, scale, k = 2, ...)
## S3 method for class 'H2OCoxPHModel'
logLik(object, ...)
survfit.H2OCoxPHModel(formula, newdata, ...)
## S3 method for class 'H2OCoxPHModel'
vcov(object, ...)
object |
an |
... |
additional arguments to pass on. |
fit |
an |
scale |
optional numeric specifying the scale parameter of the model. |
k |
numeric specifying the weight of the equivalent degrees of freedom. |
formula |
an |
newdata |
an optional |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.