Description Usage Arguments Details Value
Pulls out the columns that corresponds sampled parameters rather than the probabilities, that is it returns a data frame without the "log.prior", "log.likelihood" and "log.posterior" columns.
1 | parameter_samples(samples)
|
samples |
Data frame with samples from a CoalHMM MCMC. |
For packages that implements convergence diagnostics, such as coda, we need the samples with only the parameters and not the prior and posterior probabilities or the likelihood.
This function simply returns that from a data frame of samples as output by the CoalHMM MCMC samplers.
The samples containing only the parameter columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.