print.ebhistoricalsummary: Print Method for EpiBayes Historical Object

Description Usage Arguments Value See Also

View source: R/print.ebhistoricalsummary.R

Description

This function prints the output of objects of class ebhistoricalsummary from the method summary.ebhistorical in a nice form.

Usage

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

Arguments

x

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

...

Additional arguments to be passed on to print.

Value

The summary statistics are returned in a matrix with rows indexed by time period and columns indexed by subzone. The body of the matrix is filled with the summary statistics requested for by the argument sumstat.

See Also

This is a method for objects of class ebhistoricalsummary returned by the method summary.ebhistorical, which creates its own class of object much like the summary method for lm objects. There is an additional plot method that will plot the summary output called plot.ebhistoricalsummary.


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