MCrow | R Documentation |
This function simulates MC step for a single row. Should not need to be used by user directly.
MCrow(Yi, Wi, eYi, Q, base, sigInv, MCiter, stepsize = 1)
Yi |
row of logratio matrix |
Wi |
corresponding row of count matrix |
eYi |
current expected value of logratio matrix |
Q |
number of OTUs, or length of Wi |
base |
OTU index used for base |
sigInv |
current estimate of sigma inverse |
MCiter |
number of MC samples to generate |
stepsize |
variance used for MH samples, defaults to 1. Tweak to adjust acceptance ratio |
Bryan Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.