View source: R/calculateEffectiveSamples.R
calculateEffectiveSamples | R Documentation |
Calculates the number of estimated effective samples per feature from the output of a fitZig run. The estimated effective samples per feature is calculated as the sum_1^n (n = number of samples) 1-z_i where z_i is the posterior probability a feature belongs to the technical distribution.
calculateEffectiveSamples(obj)
obj |
The output of fitZig run on a MRexperiment object. |
A list of the estimated effective samples per feature.
fitZig
MRcoefs
MRfulltable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.