| parameters {Zelig} | R Documentation |
Constructor for ‘parameters’ class
parameters(simulations, alpha, fam = NULL, link = NULL,
linkinv = NULL)
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 |
a ‘parameters’ object
Matt Owen mowen@iq.harvard.edu