print.summary.mnp: Print the summary of the results for the Multinomial Probit Models
Description
summary
print method for class mnp
.
Usage
# S3 method for summary.mnp
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
- x
An object of class summary.mnp
.
- digits
the number of significant digits to use when printing.
- ...
further arguments passed to or from other methods.