to_zelig: Coerce a non-Zelig fitted model object to a Zelig class...

View source: R/interface.R

to_zeligR Documentation

Coerce a non-Zelig fitted model object to a Zelig class object

Description

Coerce a non-Zelig fitted model object to a Zelig class object

Usage

to_zelig(obj)

Arguments

obj

a fitted model object fitted using lm and many using glm. Note: more intended in future Zelig releases.

Author(s)

Christopher Gandrud and Ista Zhan

Examples

library(dplyr)
lm.out <- lm(Fertility ~ Education, data = swiss)

z.out <- to_zelig(lm.out)

# to_zelig called from within setx
setx(z.out) %>% sim() %>% plot()


IQSS/Zelig documentation built on Dec. 11, 2023, 1:51 a.m.