mcmc_data | R Documentation |
Combines an mcmc object with a data frame. The mcmc object must be for a single parameter of the same length as the number of rows in the data frame. The resultant object can be filtered or summarized or the coef calculated.
mcmc_data(mcmc, data)
mcmc |
An mcmc object with one parameter |
data |
A data frame |
An object of class mcmc_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.