import_subsamples | R Documentation |
This function will import all the individual's assignment results of different subsample folder into R.
import_subsamples(dir.path, imputations = FALSE)
dir.path |
The path to the directory containing the subsample folders. |
imputations |
(logical) Was the data imputed or not.
Default: |
A data frame of all the individual's assignment, with iterations and subsample.
Thierry Gosselin thierrygosselin@icloud.com
## Not run:
subsamples.data <- import_subsamples(
dir.path = "assignment_analysis_method_random_imputations_rf_populations",
imputations = TRUE
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.