param.relogit {Zelig}R Documentation

Estimate Parameters for the “relogit” Zelig Mdoel

Description

Returns estimates on parameters, as well as, specifying link and inverse-link functions.

Usage

  ## S3 method for class 'relogit'
param(obj, num, ...)

Arguments

obj

a zelig object containing the fitted model

num

an integer specifying the number of simulations to compute

...

unspecified parameters

Value

a list specifying important parameters for the “relogit” model

Note

This method merely calls “param.logit”.


[Package Zelig version 4.2-1 Index]