Description Usage Arguments Value Examples
Generic for Setting the Model Parameters of An S4
Object
1 | modelParams(object, ...) <- value
|
object |
An |
... |
Allow additional parameters to be defined for this generic. |
value |
A |
None, modifies the object.
1 2 3 4 | data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
modelParams(metaclustModel) <- list(alpha=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.