Learn R Programming

OneSampleMR (version 0.1.5)

summary.msmm: Summarizing MSMM Fits

Description

Summarizing MSMM Fits

Usage

# S3 method for msmm
summary(object, ...)

# S3 method for msmm print(x, digits = max(3, getOption("digits") - 3), ...)

# S3 method for summary.msmm print(x, digits = max(3, getOption("digits") - 3), ...)

Value

summary.msmm() returns an object of class "summary.msmm". A list with the following elements:

smry

An object from a call to either gmm::summary.gmm() or ivreg::summary.ivreg().

object

The object of class msmm passed to the function.

Arguments

object

an object of class "msmm".

...

further arguments passed to or from other methods.

S3 summary and print methods for objects of class msmm and summary.msmm.

x

an object of class "summary.msmm".

digits

the number of significant digits to use when printing.

Examples

Run this code
# For examples see the examples at the bottom of help('msmm')

Run the code above in your browser using DataLab