View source: R/04_Manage_Missing.R
imputeMinDiv2 | R Documentation |
Imputes the data layer of the romics_object using the minimum value of the table divided by 2. this function will work if the data only contains positive values.
imputeMinDiv2(romics_object)
romics_object |
has to be an romics_object created using romicsCreateObject() |
This function will use the minimum value of the data table divided by 2 to impute the missing values of the data layer
The function will return a modified romics_object that will have imputed data, however the missingdata layer will conserve the location of the missingness, the missingness can subsequently be restored using the function romicsRestoreMissing().
Geremy Clair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.