CRAN/E | FastImputation

FastImputation

Learn from Training Data then Quickly Fill in Missing Data

Installation

About

TrainFastImputation() uses training data to describe a multivariate normal distribution that the data approximates or can be transformed into approximating and stores this information as an object of class 'FastImputationPatterns'. FastImputation() function uses this 'FastImputationPatterns' object to impute (make a good guess at) missing data in a single line or a whole data frame of data. This approximates the process used by 'Amelia' but is much faster when filling in values for a single line of data.

Citation FastImputation citation info

Key Metrics

Version 2.2.1
R ≥ 4.0
Published 2023-09-25 221 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks FastImputation results

Downloads

Yesterday 24 0%
Last 7 days 70 -9%
Last 30 days 269 -6%
Last 90 days 771 -24%
Last 365 days 3.231 +5%

Maintainer

Maintainer

Stephen R. Haptonstahl

srh@haptonstahl.org

Authors

Stephen R. Haptonstahl

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

FastImputation archive

Depends

R ≥ 4.0

Imports

methods
Matrix

Suggests

testthat
caret
e1071