Package: FastImputation 2.2.1
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.
Authors:
FastImputation_2.2.1.tar.gz
FastImputation_2.2.1.zip(r-4.5)FastImputation_2.2.1.zip(r-4.4)FastImputation_2.2.1.zip(r-4.3)
FastImputation_2.2.1.tgz(r-4.4-any)FastImputation_2.2.1.tgz(r-4.3-any)
FastImputation_2.2.1.tar.gz(r-4.5-noble)FastImputation_2.2.1.tar.gz(r-4.4-noble)
FastImputation_2.2.1.tgz(r-4.4-emscripten)FastImputation_2.2.1.tgz(r-4.3-emscripten)
FastImputation.pdf |FastImputation.html✨
FastImputation/json (API)
# Install 'FastImputation' in R: |
install.packages('FastImputation', repos = c('https://shaptonstahl.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 years agofrom:4279c96faf. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Exports:BoundNormalizedVariableCovarianceWithMissingFastImputationNormalizeBoundedVariableTrainFastImputationUnfactorColumns
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Take a normalized variable and transform it back to a bounded variable. | BoundNormalizedVariable |
Estimate covariance when data is missing | CovarianceWithMissing |
Use the pattern learned from the training data to impute (fill in good guesses for) missing values. | FastImputation |
Imputation Test Data | FI_test |
Imputation Training Data | FI_train |
Imputation "True" Data | FI_true |
Take a variable bounded above/below/both and return an unbounded (normalized) variable. | NormalizeBoundedVariable |
Learn from the training data so that later you can fill in missing data | TrainFastImputation |
Convert columns of a dataframe from factors to character or numeric. | UnfactorColumns |