imdo: Iterative Missing Data Optimization (IMDO)

View source: R/imdo.R

imdoR 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 x.

plot

generate a plot of the optimization results.

opt.smry

data.frame of optimization summary results from run of imdo in ($opt.smry element).

equal.axes

show imdo plot with both axes on same scale?

Author(s)

Eric Archer eric.archer@noaa.gov


swfscMisc documentation built on Sept. 8, 2023, 5:55 p.m.