cummean: Cumulative mean

Description Usage Arguments Value See Also Examples

View source: R/util.R

Description

Cumulative mean

Usage

1

Arguments

x

Values to obtain cumulative mean of

Value

Cumulative mean of x

See Also

Other utility functions: between, cumall, cumany, distribute, first, lag, last, lead, n_distinct, n_groups, nth, n

Examples

1
cummean (1:10)

Example output

Loading required package: magrittr
sh: 1: cannot create /dev/null: Permission denied
sh: 1: wc: Permission denied

Attaching package: 'multiplyr'

The following objects are masked from 'package:stats':

    filter, lag

 [1] 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5

multiplyr documentation built on May 30, 2017, 12:09 a.m.