summary.zelig {Zelig}R Documentation

Summary of Simulated Quantities of Interest

Description

Summarizes the object of class zelig (output from sim) which contains simulated quantities of interst.

Usage

summary(object, stats = c("mean", "sd", "min", "max"), CI = 95, ...)

Arguments

object output object from sim (of class "zelig").
stats summary statistics to be calculated.
CI a confidence interval to be calculated.
... further arguments passed to or from other methods.

Value

sim number of simulations, i.e., posterior draws.
x values of explanatory variables used for simulation.
x1 values of explanatory variables used for simulation of first differences etc.
qi.stats summary of quantities of interst. Use names to view the model-specific items available in qi.stats.

Author(s)

Kosuke Imai <kimai@princeton.edu>; Gary King <king@harvard.edu>; Olivia Lau <olau@fas.harvard.edu>

See Also

zelig, setx, sim, and names, and the full Zelig manual at http://gking.harvard.edu/zelig.


[Package Contents]