-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7e8a9a
commit 739d436
Showing
7 changed files
with
37 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
Package: RfEmpImp | ||
Type: Package | ||
Title: Multiple Imputation using Chained Random Forests | ||
Version: 2.1.5 | ||
Version: 2.1.6 | ||
Authors@R: c(person("Shangzhi", "Hong", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Henry S.", "Lynn", role = c("ths"))) | ||
Maintainer: Shangzhi Hong <[email protected]> | ||
Description: An R package for methods of multiple imputation using chained | ||
random forests. Implemented methods can handle missing data in mixed types | ||
of by using prediction-based or node-based conditional distributions | ||
constructed using random forests. For prediction-based imputation, | ||
the method based on the empirical distribution of out-of-bag prediction | ||
errors of random forests, and the method based on normality assumption are | ||
provided for continuous variables. And the method based on predicted | ||
probabilities is provided for categorical variables. For node-based | ||
imputation, the method based on the conditional distribution formed by | ||
the predicting nodes of random forests, and the method based on proximity | ||
measures of random forests are provided. More details of the statistical | ||
methods can be found in Hong et al. (2020) <arXiv:2004.14823>. | ||
Description: An R package for multiple imputation using chained random forests. | ||
Implemented methods can handle missing data in mixed types of variables by | ||
using prediction-based or node-based conditional distributions constructed | ||
using random forests. For prediction-based imputation, the method based on | ||
the empirical distribution of out-of-bag prediction errors of random forests | ||
and the method based on normality assumption for prediction errors of random | ||
forests are provided for imputing continuous variables. And the method based | ||
on predicted probabilities is provided for imputing categorical variables. | ||
For node-based imputation, the method based on the conditional distribution | ||
formed by the predicting nodes of random forests, and the method based on | ||
proximity measures of random forests are provided. More details of the | ||
statistical methods can be found in Hong et al. (2020) <arXiv:2004.14823>. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.0 | ||
RoxygenNote: 7.1.1 | ||
Depends: | ||
R (>= 3.5.0), | ||
mice (>= 3.9.0), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.