1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/print.summary.mnp.R
\name{print.summary.mnp}
\alias{print.summary.mnp}
\title{Print the summary of the results for the Multinomial Probit Models}
\usage{
\method{print}{summary.mnp}(x, digits = max(3, getOption("digits") - 3), ...)
}
\arguments{
\item{x}{An object of class \code{summary.mnp}.}
\item{digits}{the number of significant digits to use when printing.}
\item{...}{further arguments passed to or from other methods.}
}
\description{
\code{summary} print method for class \code{mnp}.
}
\seealso{
\code{mnp}
}
\author{
Kosuke Imai, Department of Politics, Princeton University
\email{kimai@Princeton.Edu}
}
\keyword{methods}
|