Print a summary of model results to the R console, or plot posterior distributions of model parameters.
A fitted model object of class geostan_fit
.
Argument passed to quantile
; which quantiles to calculate and print.
number of digits to print
parameters to include; a character string (or vector) of parameter names.
additional arguments to rstan::plot
or rstan::print.stanfit
.
Argument passed to rstan::plot
. Options include histograms ("hist"), MCMC traceplots ("trace"), and density plots ("dens"). Diagnostic plots are also available such as Rhat statistics ("rhat"), effective sample size ("ess"), and MCMC autocorrelation ("ac").
fill color for histograms and density plots.
The print methods writes text to the console to summarize model results. The plot method resturns a ggplot
(from rstan::plot
for stanfit objects).