metrics_detect {dropout} | R Documentation |
This function identifies rows and columns with dropped values in the dataset based on the c_output
.
metrics_detect(data, c_output)
data |
The original dataset. |
c_output |
A list containing output data to detect dropped values. |
A dataframe indicating the dropped rows and columns.