summary.ei: Summarize Ecological Inference Estimates

Description Usage Arguments Author(s) References Examples

Description

‘summary’ method for the class ‘ei’.

Usage

1
2
## S3 method for class 'ei'
summary(object, ...)

Arguments

object

An ei object from the function ei.

...

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

1
2
3
4
data(sample)
formula = t ~ x
dbuf <- ei(formula=formula, total="n",data=sample)
print(summary(dbuf))

ei documentation built on May 2, 2019, 11:02 a.m.