max_missing_rates {clinpubr} | R Documentation |
Get the maximum missing rate of rows and columns.
Description
Get the maximum missing rate of rows and columns.
Usage
max_missing_rates(df)
Arguments
df |
A data frame. |
Value
A list that contains the maximum missing rate of rows and columns.
Examples
data(cancer, package = "survival")
max_missing_rates(cancer)
[Package clinpubr version 1.0.1 Index]