| coef.parameters {Zelig} | R Documentation |
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.
## S3 method for class 'parameters' coef(object, ...)
object |
a 'parameters' object |
... |
ignored |
simulations, specified by the Zelig model, of the ancillary parameters
This function may not differ at all from coef.default
Matt Owen mowen@iq.harvard.edu