Learn R Programming

BeeGUTS (version 1.5.0)

summary.beeSurvFit: Summary of beeSurvFit objects

Description

This is the generic summary S3 method for the beeSurvFit class. It shows the quantiles of priors and posteriors on parameters.

Usage

# S3 method for beeSurvFit
summary(object, ...)

Value

A summary of the beeSurvFit object

Arguments

object

An object of class beeSurvFit

...

Additional arguments to be parsed to the generic summary method (not used)

Examples

Run this code
# \donttest{
data(fitBetacyfluthrin_Chronic)
summary(fitBetacyfluthrin_Chronic)
# }

Run the code above in your browser using DataLab