Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

from_zelig_model

Extract the original fitted model object from a zelig estimation


Description

Extract the original fitted model object from a zelig estimation

Usage

from_zelig_model(obj)

Arguments

obj

a zelig object with an estimated model

Details

Extracts the original fitted model object from a zelig estimation. This can be useful for passing output to non-Zelig post-estimation functions and packages such as texreg and stargazer for creating well-formatted presentation document tables.

Author(s)

Christopher Gandrud

Examples

z5 <- zls$new()
z5$zelig(Fertility ~ Education, data = swiss)
from_zelig_model(z5)

Zelig

Everyone's Statistical Software

v5.1.7
GPL (>= 3)
Authors
Christine Choirat [aut], Christopher Gandrud [aut], James Honaker [aut], Kosuke Imai [aut], Gary King [aut], Olivia Lau [aut], Robert Treacy [aut, cre], IQSS Harvard University [cph]
Initial release
2020-12-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.