mean_list: mean_list

Description Usage Arguments Value

View source: R/list_functions.R

Description

Calculates the mean of all list elements together. I.e. the mean of all values contained in list elements, not the mean of the mean of all list elements!

Usage

1
mean_list(x, na.rm = TRUE)

Arguments

x

list of numeric vectors

na.rm

should NA values be ignored (see sum)

Value

(numeric) mean of all values in the list


markheron/nucular documentation built on Feb. 18, 2020, 12:32 a.m.