summary.eco {eco} | R Documentation |
summary
method for class eco
.
## S3 method for class 'eco': summary(object, CI=c(2.5, 97.5), long = FALSE, ...) ## S3 method for class 'summary.eco': print(x, digits = max(3, getOption("digits") - 3), ...)
object |
An output object from eco . |
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.eco . |
digits |
the number of significant digits to use when printing. |
long |
Logical. If TRUE , the in-sample predictions for
each unit will be provided. The default value is FALSE . |
... |
further arguments passed to or from other methods. |
summary.eco
yields an object of class summary.eco
containing the following elements:
call |
The call from eco . |
nonpar |
The logical variable indicating whether the results are based on the parametric or nonparametric model. |
n.obs |
The number of units. |
agg.table |
Aggregate posterior estimates of the marginal means of W_1 and W_2. |
W1.table |
Unit-level posterior estimates for W_1. |
W2.table |
Unit-level posterior estimates for W_2. |
This object can be printed by print.summary.eco
Kosuke Imai, Department of Politics, Princeton University kimai@Princeton.Edu, http://www.princeton.edu/~kimai; Ying Lu, Institute for Quantitative Social Sciences, Harvard University ylu@Latte.Harvard.Edu
eco