metric_column: Compute column name for dropped observations

View source: R/metrics.R

metric_columnR Documentation

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)

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.

Value

A vector of column names corresponding to dropped values.


dropout documentation built on Nov. 2, 2024, 1:12 a.m.