print.ebhistorical: Print Method for EpiBayes Historical Object

Description Usage Arguments Value See Also

View source: R/print.ebhistorical.R

Description

This function gives basic summary statistics for posterior distributions of cluster-level prevalences across all time periods considered. It does so by examining the object output by the EpiBayesHistorical function of class ebhistorical.

Usage

1
2
## S3 method for class 'ebhistorical'
print(x, ...)

Arguments

x

An object of class ebhistorical (e.g., the output of function EpiBayesHistorical).

...

Additional arguments to be passed on to summary.

Value

The posterior means are returned in a matrix with rows indexed by time period and columns indexed by subzone. The output of this method can be customized using the summary method for this ebhistorical class of object.

See Also

This is a method for objects of class ebhistorical returned by the function EpiBayesHistorical. The summary method for the ebhistorical object class allows for customization of this output.


EpiBayes documentation built on May 30, 2017, 4:01 a.m.