prodlim (version 2019.11.13)

meanNeighbors: Helper function to obtain running means for prodlim objects.

Description

Compute average values of a variable according to neighborhoods.

Usage

meanNeighbors(x, y, ...)

Arguments

x

Object of class "neighborhood".

y

Vector of numeric values.

...

Not used.

Author

Thomas Alexander Gerds <tag@biostat.ku.dk>

See Also

neighborhood

Examples

Run this code

meanNeighbors(x=1:10,y=c(1,10,100,1000,1001,1001,1001,1002,1002,1002))

Run the code above in your browser using DataLab