metric_complete {dropout} | R Documentation |
Compute completeness of each column
Description
This function calculates the completeness of each column in the dataset by subtracting the NA count from the total number of rows.
Usage
metric_complete(na, data)
Arguments
na |
A vector of NA counts for each column. |
data |
The original dataset. |
Value
A vector of completeness values (proportions) for each column.
[Package dropout version 2.2.0 Index]