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.