print.interstat: Print 'interstat' Objects

Description Usage Arguments Value Note Author(s) See Also

View source: R/print.interstat.R

Description

This function prints objects of class "interstat".

Usage

1
2
## S3 method for class 'interstat'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

An object of class "interstat".

digits

An optional argument controlling the rounding of output.

...

Arguments to be passed to and from other methods.

Value

This function will print out the posterior probability, posterior mean, posterior variance and the 100*prob.level% highest posterior density intervals (HPDIs) of each log-linear parameter (subject to the argument cutoff).

Note

For an example see inter_stats.

Author(s)

Antony M. Overstall A.M.Overstall@soton.ac.uk.

See Also

inter_stats.


conting documentation built on May 1, 2019, 8:47 p.m.