summary.beeSurvFit {BeeGUTS}R Documentation

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 class 'beeSurvFit'
summary(object, ...)

Arguments

object

An object of class beeSurvFit

...

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

Value

A summary of the beeSurvFit object

Examples


data(fitBetacyfluthrin_Chronic)
summary(fitBetacyfluthrin_Chronic)


[Package BeeGUTS version 1.1.3 Index]