Description Usage Arguments Value Examples
Generic for Accessing the Model Parameters of an S4 Object
1  | modelParams(object, ...)
 | 
object | 
 A   | 
... | 
 Allow additional arguments to be defined for this generic.  | 
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.
1 2 3 4  | data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
modelParams(metaclustModel)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.