models,SurvivalModel-method {PDATK}R Documentation

Getter for the models slot of a SurvivalModel object

Description

Getter for the models slot of a SurvivalModel object

Usage

## S4 method for signature 'SurvivalModel'
models(object)

Arguments

object

A SurvivalModel model object to retrieve the models slot from.

Value

A SimpleList of top scoring KTSPmodels

Examples

data(samplePCOSPmodel)
models(samplePCOSPmodel)


[Package PDATK version 1.1.3 Index]