turnout: Turnout

turnoutR Documentation

Turnout

Description

these three models are replication in R of stata's code available on the web site of the American Economic Association. The estimation is complicated by the fact that some linear constraints are imposed. The estimation was performed using the maxLik package. As the Hessian is near singular, the bread method for maxLik which use the vcov method returns an error. Therefore, we use a new maxLik2 class and write specific llcont, estfun and bread methods for this class.

Format

a list of three fitted models:

  • group: the group-rule-utilitarian model,

  • intens: the intensity model,

  • sur: the reduced form SUR model.

Details

Turnout in Texas liquor referenda

Source

American Economic Association data archive.

References

\insertRef

COAT:CONL:04ndvtest

Examples

## Not run: 
data("turnout", package = "ndvtest")
ndvtest(turnout$group, turnout$intens)
ndvtest(turnout$group, turnout$sur)
ndvtest(turnout$intens, turnout$sur)

## End(Not run)

ndvtest documentation built on March 18, 2022, 7:17 p.m.