Previous: Installation Up: Installation Next: If You Are New

If You Know R

We recommend that you launch R and type

> source("http://gking.harvard.edu/zelig/install.R")
> library(Zelig)
then proceed to Section [*]. For Windows R, you may edit the Rprofile file to load Zelig automatically at launch (after which you will no longer need to type library(Zelig) at startup). Simply add the line:
options(defaultPackages = c(getOption("defaultPackages"), "Zelig"))



Gary King 2011-11-29