Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.survFit

Summary of survFit object


Description

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

Usage

## S3 method for class 'survFit'
summary(object, quiet = FALSE, EFSA_name = FALSE, ...)

Arguments

object

An object of class survFit.

quiet

When TRUE, does not print.

EFSA_name

If TRUE, the current terminology by the one used in the recent EFSA PPR Scientific Opinion (2018).

...

Further arguments to be passed to generic methods.

Value

The function returns a list with the following information:

Qpriors

quantiles of the model priors

Qposteriors

quantiles of the model posteriors

References

EFSA PPR Scientific Opinion (2018) Scientific Opinion on the state of the art of Toxicokinetic/Toxicodynamic (TKTD) effect models for regulatory risk assessment of pesticides for aquatic organisms https://www.efsa.europa.eu/en/efsajournal/pub/5377.

Examples

# (1) Load the data
data(propiconazole)

# (2) Create a survData object
dat <- survData(propiconazole)

## Not run: 
# (3) Run the survFit function
out <- survFit(dat, model_type = "SD")

# (4) summarize the survFit object
summary(out)

## End(Not run)

morse

Modelling Tools for Reproduction and Survival Data in Ecotoxicology

v3.3.1
GPL (>= 2)
Authors
Virgile Baudrot [aut], Sandrine Charles [aut], Marie Laure Delignette-Muller [aut], Wandrille Duchemin [ctb], Benoit Goussen [ctb], Nils Kehrein [ctb], Guillaume Kon-Kam-King [ctb], Christelle Lopes [ctb], Philippe Ruiz [aut], Alexander Singer [ctb], Philippe Veber [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.