multiple_imputation | R Documentation |
Multiple Imputation via Generalised Canonical Procrustes
multiple_imputation( data_list, multi_impute = 5, config = gcode::extract_config(verbose = F), transfer = gcode::extract_transfer_framework(verbose = F), recover = gcode::extract_recovery_framework(verbose = F), join = gcode::extract_join_framework(verbose = F) )
config |
Configuration parameters (required, default provided) |
transfer |
Transferring pre-trained model parameters (not required) |
recover |
Important information used for prediction or imputation (not required) |
join |
Join parameters that share the same axes to be similar (not required) |
data |
List of data matrices of varying dimensionality. Attempts to find similarities among all datasets with a core structure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.