Other packages > Find by keyword >

Amelia  

A Program for Missing Data
View on CRAN: Click here


Download and install Amelia package within the R console
Install from CRAN:
install.packages("Amelia")

Install from Github:
library("remotes")
install_github("cran/Amelia")

Install by package version:
library("remotes")
install_version("Amelia", "1.8.3")



Attach the package and use:
library("Amelia")
Maintained by
Matthew Blackwell
[Scholar Profile | Author Map]
First Published: 2007-03-25
Latest Update: 2022-11-19
Description:
A tool that "multiply imputes" missing data in a single cross-section (such as a survey), from a time series (like variables collected for each year in a country), or from a time-series-cross-sectional data set (such as collected by years for each of several countries). Amelia II implements our bootstrapping-based algorithm that gives essentially the same answers as the standard IP or EMis approaches, is usually considerably faster than existing approaches and can handle many more variables. Unlike Amelia I and other statistically rigorous imputation software, it virtually never crashes (but please let us know if you find to the contrary!). The program also generalizes existing approaches by allowing for trends in time series across observations within a cross-sectional unit, as well as priors that allow experts to incorporate beliefs they have about the values of missing cells in their data. Amelia II also includes useful diagnostics of the fit of multiple imputation models. The program works from the R command line or via a graphical user interface that does not require users to know R.
How to cite:
Matthew Blackwell (2007). Amelia: A Program for Missing Data. R package version 1.8.3, https://cran.r-project.org/web/packages/Amelia. Accessed 13 Apr. 2025.
Previous versions and publish date:
1.1-23 (2007-03-25 21:12), 1.1-29 (2008-05-30 08:30), 1.1-30 (2008-06-09 20:13), 1.1-32 (2008-07-18 09:37), 1.1-33 (2008-07-28 07:58), 1.2-0 (2009-04-14 19:25), 1.2-1 (2009-04-15 22:41), 1.2-2 (2009-04-27 21:18), 1.2-9 (2009-07-02 18:02), 1.2-12 (2009-07-18 17:21), 1.2-13 (2009-08-13 10:58), 1.2-14 (2009-11-17 08:55), 1.2-15 (2010-02-21 19:43), 1.2-16 (2010-03-25 08:01), 1.2-17 (2010-05-10 17:32), 1.2-18 (2010-11-04 20:50), 1.5-4 (2011-08-23 07:10), 1.5-5 (2011-12-02 17:22), 1.6.1 (2012-03-29 18:18), 1.6.3 (2012-06-22 22:24), 1.6.4 (2012-12-18 14:46), 1.7.1 (2013-04-03 00:54), 1.7.2 (2013-06-08 06:59), 1.7.3 (2014-11-15 22:34), 1.7.4 (2015-12-06 13:31), 1.7.5 (2018-05-08 18:14), 1.7.6 (2019-11-25 16:30), 1.7 (2013-02-13 15:31), 1.8.0 (2021-05-26 20:40), 1.8.1 (2022-11-19 20:40), 1.8.2 (2024-04-23 23:00)
Other packages that cited Amelia R package
View Amelia citation profile
Other R packages that Amelia depends, imports, suggests or enhances
Complete documentation for Amelia
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/12Downloads for Amelia150200250300350400450TrendBars

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA