Description Usage Arguments Value
This function retrieves the model's sigma values as a matrix.
1 2 3 4 5 6 7 8 9 10 11 12 13 | getSigmaMatrix(model)
## S4 method for signature 'MixtureModel'
getSigmaMatrix(model)
## S4 method for signature 'SingleBatchModel'
getSigmaMatrix(model)
## S4 method for signature 'MultiBatchPooled'
getSigmaMatrix(model)
## S4 method for signature 'MultiBatchCopyNumberPooled'
getSigmaMatrix(model)
|
model |
see |
A "b X k" numeric matrix where b is the number batches and k is the number of predicted components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.