Description Usage Arguments Value Examples
For a MarginalModel, this function returns a vector of variances. For a BatchModel, returns a matrix of size number of batches by number of components.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | sigma(object) <- value
sigma2(object)
## S4 method for signature 'McmcChains'
sigma2(object)
## S4 method for signature 'MixtureModel'
sigma2(object)
## S4 method for signature 'MixtureModel'
sigma(object)
## S4 method for signature 'MultiBatchPooled'
sigma2(object)
## S4 replacement method for signature 'MultiBatchPooled,ANY'
sigma2(object) <- value
## S4 method for signature 'MultiBatchCopyNumberPooled'
sigma2(object)
## S4 method for signature 'MultiBatchCopyNumberPooled'
sigma(object)
## S4 replacement method for signature 'MultiBatchCopyNumberPooled,ANY'
sigma2(object) <- value
## S4 replacement method for signature 'MultiBatchCopyNumberPooled'
sigma(object) <- value
## S4 method for signature 'MultiBatchCopyNumberPooled'
sigma_(object)
|
object |
see |
A vector of length number of components or a matrix of size number of batches x number of components
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.