Learn R Programming

dropout (version 2.2.0)

metric_column: Compute column name for dropped observations

Description

This function returns the column names corresponding to the dropped values in the dataset.

Usage

metric_column(c_output, drop_index, data)

Value

A vector of column names corresponding to dropped values.

Arguments

c_output

A list containing output data to detect dropped columns.

drop_index

A vector indicating the index of the dropped column for each row.

data

The original dataset.