sum_perc | R Documentation |
sum_perc
sum_perc(x, perc = 0.8)
mean_perc(x, perc = 0.8)
x |
Numeric vector |
perc |
If the percentage of valid (good-quality) values less than 'perc', 'NA' returned. |
‘mean_perc' doesn’t include the number of invalid values.
x = c(1:8, NA, NA)
mean_perc(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.