metrics_detect {dropout} | R Documentation |
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)
Arguments
data |
The original dataset. |
c_output |
A list containing output data to detect dropped values. |
Value
A dataframe indicating the dropped rows and columns.
[Package dropout version 2.2.0 Index]