README.markdown

Zelig 4

Zelig 4 is a complete rewrite of the Zelig software. Its intention is to maintain complete backwards compatability from the End-user experience, while prodividing developers a new, streamlined API to author new models in.

How to Install

There are several methods for installation.

Pre-install Checklist

Setup-Wizard Install

Zelig has an online install option! Using this method, users have the option to selectively install Zelig packages or install everything via one simple command. This install script can be found at: http://r.iq.harvard.edu/install_live.R

To load the installer, simply follow these directions:

  1. Install the latest version of R at http://cran.r-project.org/
  2. Open an R-session
  3. Enter the following into an R-session: source("http://r.iq.harvard.edu/install_live.R")

Manual Install

In addition to the provided setup wizard, Zelig can be installed manually on a package-by-package basis. To do this, simply use the install.packages function:

install.packages(
                 "Zelig",
                 repos = "http://r.iq.harvard.edu/",
                 type  = "source"
                 )

Packages can be individually installed using a similar method to the one above:

install.packages(
                 "<PACKAGE NAME>",
                 repos = "http://r.iq.harvard.edu/",
                 type  = "source"
                 )

Where "" is the name of an available Zelig package. A complete list can be found below.

Available Packages



IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.