Extract the original fitted model object from a zelig estimation
Extract the original fitted model object from a zelig
estimation
from_zelig_model(obj)
obj |
a zelig object with an estimated model |
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.
Christopher Gandrud
z5 <- zls$new() z5$zelig(Fertility ~ Education, data = swiss) from_zelig_model(z5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.