powered by
Summarizing MSMM Fits
# 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), ...)
# 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), ...)
summary.msmm() returns an object of class "summary.msmm". A list with the following elements:
summary.msmm()
"summary.msmm"
An object from a call to either gmm::summary.gmm() or ivreg::summary.ivreg().
gmm::summary.gmm()
ivreg::summary.ivreg()
The object of class msmm passed to the function.
msmm
an object of class "msmm".
"msmm"
further arguments passed to or from other methods.
S3 summary and print methods for objects of class msmm and summary.msmm.
summary.msmm
an object of class "summary.msmm".
the number of significant digits to use when printing.
# For examples see the examples at the bottom of help('msmm')
Run the code above in your browser using DataLab