Qfun {eco}R Documentation

Fitting the Parametric Bayesian Model of Ecological Inference in 2x2 Tables

Description

Qfun returns the complete log-likelihood that is used to calculate the fraction of missing information.

Usage

Qfun(theta, suff.stat, n)

Arguments

theta A vector that contains the MLE E(W_1),E(W_2), var(W_1),var(W_2), and cov(W_1,W_2). Typically it is the element theta.em of an object of class ecoML.
suff.stat A vector of sufficient statistics of E(W_1), E(W_2), var(W_1),var(W_2), and cov(W_1,W_2).
n A integer representing the sample size.

Author(s)

Kosuke Imai, Department of Politics, Princeton University, kimai@Princeton.Edu, http://imai.princeton.edu; Ying Lu, Department of Humanities and Social Sciences in the Professions, Steinhardt School of Culture, Education and Human Development, New York University, yl46@Nyu.Edu Aaron Strauss, Department of Politics, Princeton University, abstraus@Princeton.Edu.

References

Imai, Kosuke, Ying Lu and Aaron Strauss. (Forthcoming). “eco: R Package for Ecological Inference in 2x2 Tables” Journal of Statistical Software, available at http://imai.princeton.edu/research/eco.html

Imai, Kosuke, Ying Lu and Aaron Strauss. (2008). “Bayesian and Likelihood Inference for 2 x 2 Ecological Tables: An Incomplete Data Approach” Political Analysis, Vol. 16, No. 1 (Winter), pp. 41-69. available at http://imai.princeton.edu/research/eiall.html

See Also

ecoML


[Package eco version 3.1-4 Index]