get_survival_curve: Return the survival curve at a node of a tree

View source: R/iaitrees.R

get_survival_curveR Documentation

Return the survival curve at a node of a tree

Description

Julia Equivalent: IAI.get_survival_curve

Usage

get_survival_curve(lnr, node_index, ...)

Arguments

lnr

The learner to query.

node_index

The node in the tree to query.

...

Refer to the Julia documentation for available parameters.

Examples

## Not run: iai::get_survival_curve(lnr, 1)


iai documentation built on July 9, 2023, 5:41 p.m.