metrics_detect: Detect dropped observations and columns
Description
This function identifies rows and columns with dropped values in the dataset based on the c_output.
Usage
metrics_detect(data, c_output)
Value
A dataframe indicating the dropped rows and columns.
Arguments
- data
The original dataset.
- c_output
A list containing output data to detect dropped values.