plot_post_pars {lddmm} | R Documentation |
Plot posterior estimates
Description
Function to plot the posterior mean and credible intervals of the parameters of interest from a lddmm fit object.
Usage
plot_post_pars(data, fit, par = c("drift", "boundary"))
Arguments
data |
dataframe with the following columns:
|
fit |
fit from the lddmm function |
par |
parameter to output ('drift', or 'boundary') |
Value
Posterior mean and 95% CI
[Package lddmm version 0.4.2 Index]