Learn R Programming

Zelig (version 4.2-1)

as.parameters: Generic Method for Converting Objects into 'parameters'

Description

Converts list-style objects into Parameter lists primarily used by the 'qi' methods. These list-style objects may contain keys specifying: 'link' (the link function of a statistical model), 'linkinv' (the inverse-link function), 'family' (a object of 'family' class used to specify the model's classification), 'alpha' (a vector of ancillary parameters, and 'simulations' (a vector of simulated draws from the model's underlying distribution.

Usage

as.parameters(params, ...)

Arguments

params
the object to be casted
...
parameters reserved for future revisions

Value

  • an object of type `parameters'

See Also

as.parameters.list as.parameters.parameters, as.parameters.default