madauni-class {mada} | R Documentation |
Methods for the class madauni
.
Description
Various methods for the output of the function madauni
. Also the default method confint
works for this class.
Usage
## S3 method for class 'madauni'
print(x, digits = 3, ...)
## S3 method for class 'madauni'
vcov(object, ...)
## S3 method for class 'madauni'
summary(object, level = 0.95, ...)
## S3 method for class 'summary.madauni'
print(x, digits = 3, ...)
Arguments
x |
An object of class |
object |
An object of class |
level |
numeric, the confidence level for the confidence intervals in the summary. |
digits |
integer indicating the number of decimal places to round to. |
... |
arguments to be passed to methods |
Value
summary.madauni
returns a list of class summary.madauni
which is printed with print.summary.madauni
.
Author(s)
Philipp Doebler <philipp.doebler@googlemail.com>
See Also
[Package mada version 0.5.11 Index]