parameters {Zelig}R Documentation

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

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]