turnout | R Documentation |
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.
a list of three fitted models:
group: the group-rule-utilitarian model,
intens: the intensity model,
sur: the reduced form SUR model.
Turnout in Texas liquor referenda
American Economic Association data archive.
COAT:CONL:04ndvtest
## Not run: data("turnout", package = "ndvtest") ndvtest(turnout$group, turnout$intens) ndvtest(turnout$group, turnout$sur) ndvtest(turnout$intens, turnout$sur) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.