summary.endogMNP {endogMNP} | R Documentation |
summary
method for class endogMNP
.
## S3 method for class 'endogMNP' summary(object, CI=c(2.5, 97.5), discard=1, ...) ## S3 method for class 'summary.endogMNP' print(x, digits = max(3, getOption("digits") - 3), ...)
object |
An output object from |
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. |
discard |
Discard the observations before |
x |
An object of class |
digits |
the number of significant digits to use when printing. |
... |
further arguments passed to or from other methods. |
summary.endogMNP
yields an object of class summary.endogMNP
containing the following elements:
call |
The call from |
selBase |
The base category for the selection model. |
outBase |
The base category for the outcome model. |
n.obs |
The number of observations. |
n.param |
The number of estimated parameters (including fixed elements of the covariance). |
n.draws |
The number of Gibbs draws stored. |
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.enodgMNP
Lane Burgette, Department of Statistical Science, Duke University, lb131@stat.duke.edu
endogMNP