Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

condMean

Fast conditional mean


Description

condMean works like a very fast version of tapply with FUN=mean.

Usage

condMean(x, index, na.rm = FALSE, ...)

Arguments

x

numeric vector to be averaged

index

(list of) factor(s) for which the mean will be calculated

na.rm

logical If TRUE NA values will be removed

...

not used

Value

array with dimensions of index


ffbase

Basic Statistical Functions for Package 'ff'

v0.13.3
GPL-3
Authors
Edwin de Jonge, Jan Wijffels, Jan van der Laan
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.