Learn R Programming

Zelig (version 4.2-1)

parameters: Constructor for `parameters' class

Description

Constructor for `parameters' class

Usage

parameters(simulations, alpha, fam = NULL, link = NULL,
    linkinv = NULL)

Arguments

simulations
a vector or matrix containing simulated values
alpha
ancillary parameters for the Zelig statistical model
fam
a family object which implicitly specifies the link and link-inverse functions for the
link
the link function of the specified statistical model. The `linkinv' parameter is implicitly defined by by the `link' parameter, when `linkinv' is omitted
linkinv
the inverse link function

Value

  • a `parameters' object