Learn R Programming

EpiBayes (version 0.1.2)

eb: eb Generic

Description

This function is used as a generic for the eb object class. This class is used to store output from the disease models EpiBayes_s and EpiBayes_ns.

Usage

eb(x)

Arguments

x
An object.

Details

The EpiBayes_s and EpiBayes_ns functions return objects of the class eb, for which this is the generic. This class of objects is used to store the output of the EpiBayes models and to reference the print, summary, and plot methods for these output objects.

See Also

Other classes' generics used within this package include ebhistorical for output objects of the EpiBayesHistorical function and ebsamplesize for output objects of the EpiBayesSampleSize function.