imdo {swfscMisc} | R Documentation |
Iterative Missing Data Optimization (IMDO)
Description
Identify optimal combination of variables to minimize number of samples with missing data.
Usage
imdo(x, groups = NULL, plot = TRUE)
imdoPlot(opt.smry, equal.axes = FALSE)
Arguments
x |
data.frame or matrix to optimize. |
groups |
vector of groups as long as number of rows in |
plot |
generate a plot of the optimization results. |
opt.smry |
data.frame of optimization summary results from run of
|
equal.axes |
show imdo plot with both axes on same scale? |
Author(s)
Eric Archer eric.archer@noaa.gov
[Package swfscMisc version 1.6.5 Index]