priorposterior_plot {BeeGUTS} | R Documentation |
Plotting of prior and posterior plots for beeSurvFit
objects
Description
It plots the comparison between the prior and the posterior distributions of the parameters of the GUTS IT or GUTS SD models. The plots do not include warmup iterations
Usage
priorposterior_plot(object)
Arguments
object |
An object of class |
Value
A list of graphic objects with the plot of the comparison between prior and posterior distribution of the parameters. The first entry of the list is dedicated to the hb value (multiple plots in case of multiple datasets), the second element of the list is dedicated to the other model parameters
Examples
data(fitBetacyfluthrin_Chronic)
priorposterior_plot(fitBetacyfluthrin_Chronic)
[Package BeeGUTS version 1.3.0 Index]