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.

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:04micsr

Examples

ndvuong(turnout$group, turnout$intens)
ndvuong(turnout$group, turnout$sur)
ndvuong(turnout$intens, turnout$sur)

micsr documentation built on May 29, 2024, 7:32 a.m.