Skip to content

MiCodes2/Amelia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

489 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amelia II

Amelia II is an R package for the multiple imputation of multivariate incomplete data. It uses an algorithm that combines bootstrapping and the EM algorithm to take draws from the posterior of the missing data. The Amelia package includes normalizing transformations, cell-level priors, and methods for handling time-series cross-sectional data.

How to install

Installation requirements

Amelia requires R version 2.14.0 or higher.

Manual installation

install.packages("Amelia")

Installing unstable developer version:

require(devtools)
install_github("IQSS/Amelia", ref = "develop")

About

Amelia: A Package for Missing Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 94.1%
  • C++ 5.9%