Description Usage Arguments Value Examples
This function retrieves the number of a priori components.
Updates the number of components and erases chains from a previous posteriorSimulation (if one was performed). Draws from prior to guess new starting values.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | k(object)
k(object) <- value
## S4 replacement method for signature 'Hyperparameters'
k(object) <- value
## S4 replacement method for signature 'HyperparametersTrios'
k(object) <- value
## S4 method for signature 'MixtureModel'
k(object)
## S4 replacement method for signature 'MixtureModel'
k(object) <- value
## S4 method for signature 'TrioBatchModel'
k(object)
## S4 replacement method for signature 'TrioBatchModel'
k(object) <- value
|
object |
see |
value |
An integer for the new number of components. |
The number of components
1 | k(SingleBatchModelExample) <- 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.