Displaying 4 results from an estimated 4 matches for "relogit".
Did you mean:
relogin
2012 Aug 22
0
Clustered standard errors in Relogit (Zelig)
How do I apply clustered standard errors (by country) when using "relogit"
in Zelig? I can not find a function covering this.
[[alternative HTML version deleted]]
2013 May 17
0
n in pglm() and relogit()
Dear all,
How do I obtain the number of countries that my panel models estimated by
pglm() and relogit() (the latter one is in the Zelig library) use? I
couldn't find any information on that in the help files.
Thank you very much in advance.
Best wishes
2013 Feb 21
0
Odd Error message with rare events logit
I'm running a rare events logit model in R using the Zelig package and am
getting some of the oddest error messages that I can't figure out.
y = rnorm(100)
x = c(rep("0",1), rep("1",99))
d = data.frame(won=x, bid=y)
d
mod1 <- zelig(y~x, model="relogit", data=d, tau=1/100,
case.correct="prior", bias.correct=TRUE, robust=TRUE)
> mod1 <- zelig(y~x, model="relogit", data=ndat, tau=1/100,
case.correct="prior", bias.correct=TRUE, robust=TRUE)
<simpleError in family$linkfun(mustart): Value 1.16885 out of ran...
2012 Jun 04
3
regression methods for rare events?
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120604/b313c7fa/attachment.pl>