Description Usage Arguments Value Author(s)
View source: R/analyze_x_posterior.R
analyze_x_posterior analyzes an input density given by the input pair of vectors xv and fv by calculating the mean and confidence intervals for a handful of quantiles (0.001, 0.025, 0.5, 0.975, and 0.999). xv is assumed to be evenly spaced. Optionally, a known age (xknown) can be input, for which the density is estimated.
1  | analyze_x_posterior(xv, fv, xknown = NA)
 | 
xv | 
 A vector of evenly spaced ages at the density, fv, is calculated  | 
fv | 
 A vector of densities  | 
xknown | 
 Known age [optional]  | 
A list containing the results of the analysis
Michael Holton Price <MichaelHoltonPrice@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.