print.orsf_fit {aorsf}R Documentation

Inspect your ORSF model

Description

Printing an ORSF model tells you:

Usage

## S3 method for class 'orsf_fit'
print(x, ...)

Arguments

x

(orsf_fit) an oblique random survival forest (ORSF; see orsf).

...

Further arguments passed to or from other methods (not currently used).

Value

x, invisibly.

Examples


object <- orsf(pbc_orsf, Surv(time, status) ~ . - id, n_tree = 5)

print(object)


[Package aorsf version 0.0.7 Index]