simulation.matrix {Zelig}R Documentation

Get Simulations as a Matrix

Description

Returns a MxN matrix where N is the number of simulations and M is the number of predicted values. Additionally, a “labels” attribute is attached that produces a human-readable identifier for each column.

Usage

  simulation.matrix(obj, which = NULL, ...)

Arguments

obj

an object, typically a “sim” or “pooled.sim” object.

which

a character-vector specifying the titles of quantities of interest to extract

...

additional parameters

Value

a simulation matrix

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]