pmean {groupedHyperframe} | R Documentation |
Parallel mean and median
Description
Usage
pmean(..., na.rm = TRUE)
pmedian(..., na.rm = TRUE)
Arguments
... |
|
na.rm |
logical scalar, default |
Value
Functions pmean()
and pmedian()
return a numeric vector.
Note
Functions pmean()
and pmedian()
mimic functions pmax.int and pmin.int.
They are written in a very naive way.
The pipeline cbind() |> rowMeans()
is extremely slow.
Examples
pmean(1:3, 11:13, 21:23)
[Package groupedHyperframe version 0.2.1 Index]