desc_stats {ezr} | R Documentation |
Descriptive statistics
Description
Returns descriptive statistics for a numeric vector.
Usage
desc_stats(vector = NULL, notify_na_count = NULL)
Arguments
vector |
a numeric vector |
notify_na_count |
if |
Value
a named numeric vector
Examples
desc_stats(1:100)
desc_stats(c(1:100, NA))
[Package ezr version 0.1.5 Index]