summarize-methods: Methods for Function 'summarize' in Package 'QMRA'

Description Usage Arguments Methods

Description

Summarize objects of class "ea", "bea", and "bdrm". Currently, this function returns the mean, standard error and 95% confidence interval for the fitted parameters.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'ea'
summarize(x, ...)

## S4 method for signature 'bea'
summarize(x, ...)

## S4 method for signature 'bdrm'
summarize(x, ...)

Arguments

x

Object of class "ea", "bea", or "bdrm".

...

Other arguments to be passed to summarize; currently ignored.

Methods

signature(x = "bdrm")
signature(x = "bea")
signature(x = "ea")

brechtdv/QMRA documentation built on May 13, 2019, 5:06 a.m.