FastImputation (1.0)
Learn from training data then quickly fill in missing data..
http://cran.r-project.org/web/packages/FastImputation
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. The FastImputation function uses this FastImputationPatterns object to impute (make a good guess at) missing data in a single line or a whole dataframe of data. This approximates the process used by Amelia (\url{<a href="http://gking.harvard.edu/amelia/">http://gking.harvard.edu/amelia/</a>}) but is much faster when filling in values for a single line of data.
Maintainer:
Stephen R. Haptonstahl
Author(s): Stephen R. Haptonstahl
License: GPL (>= 2)
Uses: Does not use any package
Released about 1 year ago.
Ratings
Overall: |
|
Documentation: |
|
Log in to vote.
Reviews
No one has written a review of FastImputation yet. Want to be the first? Write one now.
Related packages: … (20 best matches, based on common tags.)
Search for FastImputation on google, google scholar, r-help, r-devel.
Visit FastImputation on R Graphical Manual.