plot_uncertainties | R Documentation |
Plot MLE vs MCMC marginal standard deviations for each parameter
plot_uncertainties(fit, log = TRUE, plot = TRUE)
fit |
A fitted object returned by
|
log |
Whether to plot the logarithm or not. |
plot |
Whether to plot it or not. |
It can be helpful to compare uncertainty estimates between the two paradigms. This plots the marginal posterior standard deviation vs the frequentist standard error estimated from the .cor file. Large differences often indicate issues with one estimation method.
Invisibly returns data.frame with parameter name and estimated uncertainties.
fit <- readRDS(system.file('examples', 'fit.RDS', package='adnuts'))
x <- plot_uncertainties(fit, plot=FALSE)
head(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.