pmean: Vectorized mean, similiar to 'pmin' and 'pmax'

View source: R/btools_stats.r

pmeanR Documentation

Vectorized mean, similiar to pmin and pmax

Description

Vectorized mean, similiar to pmin and pmax

Usage

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

Arguments

...

numeric vectors to average

na.rm

a logical indicating whether missing values should be removed

Value

a vector with mean of ... arguments


donboyd5/btools documentation built on Jan. 7, 2023, 10:47 p.m.