Learn R Programming

ei (version 1.3-3)

summary.ei: Summarize Ecological Inference Estimates

Description

`summary' method for the class `ei'.

Usage

"summary"(object, ...)

Arguments

object
An ei object from the function ei.
...
A list of options to return in graphs. See values below.

References

Gary King (1997). A Solution to the Ecological Inference Problem. Princeton: Princeton University Press.

Examples

Run this code
data(sample)
formula = t ~ x
dbuf <- ei(formula=formula, total="n",data=sample)
print(summary(dbuf))

Run the code above in your browser using DataLab