from_zelig_model: Extract the original fitted model object from a 'zelig'...

Description Usage Arguments Details Author(s) Examples

View source: R/interface.R

Description

Extract the original fitted model object from a zelig estimation

Usage

1

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

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

Zelig documentation built on Jan. 8, 2021, 2:26 a.m.