simonjackman / pscl

Political Science Computational Laboratory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Political Science Computational Laboratory

Description

pscl is an R package providing classes and methods for

  • Bayesian analysis of roll call data (item-response models)

  • elementary Bayesian statistics

  • maximum likelihood estimation of zero-inflated and hurdle models for count data

  • utility functions

Installation

Most users should use latest stable release of the packge, which can be installed from CRAN by running

install.packages("pscl")

The development version can be installed directly from GitHub by running

install.packages("devtools") ## if not already installed
library(devtools)
install_github("atahk/pscl")

About

Political Science Computational Laboratory

License:GNU General Public License v2.0


Languages

Language:R 80.8%Language:C 19.2%