summary.msmm {OneSampleMR} | R Documentation |
Summarizing MSMM Fits
Description
Summarizing MSMM Fits
Usage
## S3 method for class 'msmm'
summary(object, ...)
## S3 method for class 'msmm'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'summary.msmm'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
object |
an object of class |
... |
further arguments passed to or from other methods. S3 summary and print methods for objects of class |
x |
an object of class |
digits |
the number of significant digits to use when printing. |
Value
summary.msmm()
returns an object of class "summary.msmm"
. A list with the following elements:
smry |
An object from a call to either |
object |
The object of class |
Examples
# For examples see the examples at the bottom of help('msmm')
[Package OneSampleMR version 0.1.5 Index]