traceplot {BeeGUTS} | R Documentation |
beeSurvFit
objectsThis is the generic traceplot
S3 method for the beeSurvFit
class. It plots the traces with as well as the densities for the parameters of
the GUTS IT or GUTS SD. The traceplot includes by default the warmup iterations,
the density plot does not include them
traceplot(object, ..., incWarmup_trace = TRUE, incWarmup_dens = FALSE)
## S3 method for class 'beeSurvFit'
traceplot(object, ..., incWarmup_trace = TRUE, incWarmup_dens = FALSE)
object |
An object of class |
... |
Additional parameters to be parsed to generic |
incWarmup_trace |
A logical indicating whether the warmup iterations should be plotted in the traceplot (default TRUE) |
incWarmup_dens |
A logical indicating whether the warmup iterations should be plotted in the density plot (default FALSE) |
A graphic with the traceplots and densities of the fit
data(fitBetacyfluthrin_Chronic)
traceplot(fitBetacyfluthrin_Chronic)