Giter Club home page Giter Club logo

zelig's Introduction

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

  • A major operating system (Mac OS X 10.4+, Windows or Linux/Unix-alike)
  • R (>= 2.14.1)

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

  • Zelig
    • The core package of Zelig.
    • Source Code
    • Issue Queue
    • Contains: gamma, logit, ls, negbinom, normal, poisson, probit
  • ZeligMultivariate
    • A package containing Zelig's Multivariate Regression offerings.
    • Source Code
    • Issue Queue
    • Contains: blogit, bprobit
  • ZeligGAM
    • Generalized Additive Models for Zelig
    • Source Code
    • Issue Queue
    • Contains: logit.gam, normal.gam, poisson.gam, probit.gam
  • ZeligGEE
    • Generalized Estimating Equation Models for Zelig
    • Source Code
    • Issue Queue
    • Contains: gamma.gee, logit.gee, normal.gee, poisson.gee, probit.gee
  • ZeligMixed
    • Multilevel (Mixed) Model Regressions for Zelig
    • Source Code
    • Issue Queue
    • Contains: gamma.mixed, logit.mixed, ls.mixed, poisson.mixed, probit.mixed
  • ZeligMultinomial
    • Multinomial Logit/Probit regressions for Zelig. This may be merged with ZeligOrdinal eventually
    • Source Code
    • Issue Queue
    • Contains: mlogit, mprobit
  • ZeligOrdinal
  • ZeligSurvey
    • Survey-weight Regressions
    • Source Code
    • Issue Queue
    • Contains: gamma.survey, logit.survey, normal.survey, poisson.survey, probit.survey
  • ZeligBayesian
    • Bayesian regressions in Zelig. This uses MCMCpack to compute a wide variety of the core models!
    • Source Code
    • Issue Queue
    • Contains: logit.bayes, mlogit.bayes, normal.bayes, oprobit,bayes, poisson.bayes, probit.bayes, poisson.bayes
  • ZeligLeastSquares
    • Four disparate packages based around least-squares methods
    • Source Code
    • Issue Queue
    • Contains: aov, sur, threesls, twosls
  • ZeligNetwork
    • Regressions for working with matrix-style social networking data.
    • Source Code
    • Issue Queue
    • Contains: cloglog.net, gamma.net, logit.net, ls.net, normal.net, poisson.net, probit.net
  • ZeligCommon
    • Common Zelig packages that have yet to be placed in a specific package.
    • Source Code
    • Issue Queue
    • Contains: exp, lognorm, quantile, relogit, rq, tobit
  • ZeligMisc
    • Miscellaneous Zelig packages. These should be sorted out.
    • Source Code
    • Issue Queue
    • Contains: arima, coxph, ei.RxC

zelig's People

Contributors

whatever avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.