getSigmaMatrix-method: Wrapper function for a 'MixtureModel”s sigma accessor.

Description Usage Arguments Value

Description

This function retrieves the model's sigma values as a matrix.

Usage

 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)

Arguments

model

see showMethods(k)

Value

A "b X k" numeric matrix where b is the number batches and k is the number of predicted components.


rscharpf/MixModelViz documentation built on May 29, 2019, 8:55 a.m.