View source: R/mcpar-analysis.R
mcparam.clip.tails | R Documentation |
This filters on all parameter simultaneously, so any sample that is outside the requested quantile range in the marginal distribution of any parameter will be excluded.
mcparam.clip.tails(mc.data, qlo = 0.01, qhi = 0.99)
mc.data |
Data frame of Monte Carlo output |
qlo |
Lower quantile for filtering |
qhi |
Upper quantile for filtering. |
The log-posterior column is handled a bit differently; it isn't filtered on the high end, just the low end.
The purpose of this function was to trim values far out on the tails that made the plot scales impossible to read.
Logical vector with TRUE
for rows that are in the main body of
the distribution, FAlSE
for those that aren't.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.