modelParams: Generic for Accessing the Model Parameters of an 'S4' Object

Description Usage Arguments Value Examples

Description

Generic for Accessing the Model Parameters of an S4 Object

Usage

1
modelParams(object, ...)

Arguments

object

A S4 Object.

...

Allow additional arguments to be defined for this generic.

Value

A List- or list-like object containing all the parameters needed to reproduce a specific model training run, including environmental settings like the random seed and RNGkind.

Examples

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

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