plot_estimates: Plot results from a Bayesian EWI model

Usage Arguments

Usage

1
plot_estimates(fitted, alpha_ci = 0.05, link_space = TRUE)

Arguments

fitted

Object returned from fit_ewi

alpha_ci

alpha level for credible intervals, defaults to 0.05 = 95

\item

link_spaceWhether to plot the parameters in link or normal space. Defaults to TRUE (link space)

Plot results from a Bayesian EWI model ## Not run: library(bayesewi) model_1 = fit_ewi(data_example, ewi_model="sv", iter = 1000, chains=3) print(plot_estimates(model_1, alpha_ci = 0.1)) # make plot in log space print(plot_estimates(model_1, alpha_ci = 0.1, link_space=FALSE)) # make plot in normal space ## End(Not run)


fate-ewi/bayesewi documentation built on May 30, 2019, 3:03 p.m.