Learn R Programming

BeeGUTS (version 1.5.0)

summary.LCx: Summary of LCx objects

Description

This is the generic summary S3 method for the LCx class. It shows the median and 95% credible interval of the calculated LCx.

Usage

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

Value

A summary of the LCx object

Arguments

object

An object of class LCx

...

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

Examples

Run this code
# \donttest{
data(fitBetacyfluthrin_Chronic)
out <- LCx(fitBetacyfluthrin_Chronic,ncores=2)
summary(out)
# }

Run the code above in your browser using DataLab