summary.mnp {MNP} | R Documentation |
summary
method for class mnp
.
## S3 method for class 'mnp': summary(object, CI=c(2.5, 97.5), ...) ## S3 method for class 'summary.mnp': print(x, digits = max(3, getOption("digits") - 3), ...)
object |
An output object from mnp . |
CI |
A 2 dimensional vector of lower and upper bounds for the credible intervals used to summarize the results. The default is the equal tail 95 percent credible interval. |
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. |
summary.mnp
yields an object of class summary.mnp
containing the following elements:
call |
The call from mnp . |
n.alt |
The total number of alternatives. |
base |
The base category used for fitting. |
n.obs |
The number of observations. |
n.param |
The number of estimated parameters. |
n.draws |
The number of Gibbs draws used for the summary. |
coef.table |
The summary of the posterior distribution of the coefficients. |
cov.table |
The summary of the posterior distribution of the covariance matrix. |
This object can be printed by print.summary.mnp
Kosuke Imai, Department of Politics, Princeton University kimai@Princeton.Edu
mnp
; MNP home page at
http://imai.princeton.edu/research/MNP.html