Relogit is helpful but it doesn't play nice with formulas. If using a formula in relogit, use this workaround to avoid the problem of object of type 'symbol' not subsettable
require(Zelig)
form1<-formula(x+y+z)
relogit(as.formula(form1),data=...)
Relogit is helpful but it doesn't play nice with formulas. If using a formula in relogit, use this workaround to avoid the problem of object of type 'symbol' not subsettable
require(Zelig)
form1<-formula(x+y+z)
relogit(as.formula(form1),data=...)