summary.ei {ei} | R Documentation |
Summarize Ecological Inference Estimates
Description
‘summary’ method for the class ‘ei’.
Usage
## S3 method for class 'ei'
summary(object, ...)
Arguments
object |
An |
... |
A list of options to return in graphs. See values below. |
Author(s)
Gary King <<email: king@harvard.edu>> and Molly Roberts <<email: molly.e.roberts@gmail.com>>
References
Gary King (1997). A Solution to the Ecological Inference Problem. Princeton: Princeton University Press.
Examples
data(sample)
formula = t ~ x
dbuf <- ei(formula=formula, total="n",data=sample)
print(summary(dbuf))
[Package ei version 1.3-3 Index]