print.ObliqueForest {aorsf}R Documentation

Inspect Forest Parameters

Description

Printing an ORSF model tells you:

Usage

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

Arguments

x

(ObliqueForest) 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.1.3 Index]