Learn R Programming

groupedHyperframe (version 0.3.4)

pmean: Parallel mean and median

Description

Parallel mean and median

Usage

pmean(..., na.rm = TRUE)

pmedian(..., na.rm = TRUE)

Value

Functions pmean() and pmedian() return a numeric

vector.

Arguments

...

numeric vectors

na.rm

logical scalar, default TRUE

Examples

Run this code
pmean(1:3, c(11, 12, 14), c(21, 22, 25))

Run the code above in your browser using DataLab