plot.simulations {Zelig}R Documentation

Plot Any Simulation from the Zelig Core Package

Description

Plots any simulation from the core package. In general, this function can neatly plot simulations containing five of the popular “quantities of interest” - “Expected Values: E(Y|X)”, “Predicted Values: Y|X”, “Expected Values (for X1): E(Y|X1)”, “Predicted Values (for X1): Y|X1” and “First Differences: E(Y|X1) - E(Y|X)”.

Usage

  plot.simulations(x, ...)

Arguments

x

an object

...

parameters passed to the “plot” and “barplot” functions

Value

the original graphical parameters

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]