FastImputation: Learn from Training Data then Quickly Fill in Missing Data

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' <https://gking.harvard.edu/amelia> but is much faster when filling in values for a single line of data.

Getting started

Package details

AuthorStephen R. Haptonstahl
MaintainerStephen R. Haptonstahl <srh@haptonstahl.org>
LicenseGPL (>= 2)
Version2.2.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("FastImputation")

Try the FastImputation package in your browser

Any scripts or data that you put into this service are public.

FastImputation documentation built on Sept. 25, 2023, 5:06 p.m.