Learn R Programming

micsr (version 0.1-1)

turnout: 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.

Arguments

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

References

COAT:CONL:04micsr

Examples

Run this code
ndvuong(turnout$group, turnout$intens)
ndvuong(turnout$group, turnout$sur)
ndvuong(turnout$intens, turnout$sur)

Run the code above in your browser using DataLab