simulations.parameters {Zelig}R Documentation

Return Simulations of Parameter Coefficients

Description

Returns simulated parameters of coefficients for use in statistical simulation. The values are set by the model-fitting function and the developer of the qi.<model name> method.

Usage

  ## S3 method for class 'parameters'
simulations(object, ...)

Arguments

object

a 'parameters' object

...

ignored

Value

simulations, specified by the Zelig model, of the ancillary parameters

Note

This function does not differ at all from coef.default

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]