summarise_num {adaptr} | R Documentation |
Summarise numeric vector
Description
Used internally, to summarise numeric vectors.
Usage
summarise_num(x)
Arguments
x |
a numeric vector. |
Value
A numeric vector with seven named elements: mean
, sd
, median
,
p25
, p75
, p0
, and p100
corresponding to the mean, standard
deviation, median, and 25-/75-/0-/100-percentiles.
[Package adaptr version 1.4.0 Index]