Learn R Programming

CNPBayes (version 1.2.2)

sigma: Retrieve standard deviations of each component/batch mean.

Description

Retrieve standard deviations of each component/batch mean.

Usage

sigma(object)

Arguments

object
an object of class MarginalModel or BatchModel

Value

A vector of length K, or a matrix of size B x K, where K is the number of components and B is the number of batches

Examples

Run this code
     sigma(MarginalModelExample)

Run the code above in your browser using DataLab