predictSurvProb.bnnSurvivalEnsemble {bnnSurvival}R Documentation

Function to extract survival probability predictions from bnnSurvivalEnsemble. Use with pec package.

Description

Function to extract survival probability predictions from bnnSurvivalEnsemble. Use with pec package.

Usage

## S3 method for class 'bnnSurvivalEnsemble'
predictSurvProb(object, newdata, times, ...)

Arguments

object

bnnSurvivalEnsemble object.

newdata

Data used for prediction.

times

Not used.

...

Not used.

Value

survival probability predictions


[Package bnnSurvival version 0.1.5 Index]