Zelig icon indicating copy to clipboard operation
Zelig copied to clipboard

install zeligverse

Open JourneysRobot opened this issue 4 years ago • 1 comments

I'm trying to replicate a paper from 2015 that used zeligverse. Specifically the plot.ci function. I'm having a devil of a time getting the rtools/ rversion correct to get the plot.ci function available. Is the source code for plot.ci available so I can just go another route.

Thanks!

Ethan

JourneysRobot avatar Nov 14 '20 00:11 JourneysRobot

That underlying function is here: https://github.com/IQSS/Zelig/blob/256019e83ee81b045e104cc113aab06ff720086b/R/plots.R#L499

I don't believe it's exported so call it as zelig:::ci.plot(x) You pass it a Zelig Object. Note the underlying function is ci.plot while zeligverse uses plot.ci which probably made it hard to find.

tercer avatar Dec 12 '20 16:12 tercer