finite_helpers | R Documentation |
These functions first remove non-finite and missing values, then compute the summary statistic in question. They are helper functions used for computing quality measurements.
finite_sd(x)
finite_mean(x)
finite_median(x)
finite_min(x)
finite_max(x)
finite_mad(x)
finite_quantile(x, ...)
x |
a numeric vector. |
... |
other parameters passed to underlying function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.