models: Accessor for the models slot of an 'S4' object

Description Usage Arguments Value Examples

Description

Accessor for the models slot of an S4 object

Usage

1
models(object, ...)

Arguments

object

An S4 object to retrieve models from.

...

Allow new parameters to be defined for this generic.

Value

An S4 object representing a model.

Examples

1
2
3
4
data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
models(metaclustModel)

bhklab/PanCuRx documentation built on Dec. 30, 2021, 4:59 p.m.