Learn R Programming

riskRegression (version 2023.12.21)

rowCumSum: Apply cumsum in each row

Description

Fast computation of t(apply(x,1,cumsum))

Usage

rowCumSum(x)

Value

A matrix of same size as x.

Arguments

x

A matrix.

Author

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

Examples

Run this code
x <- matrix(1:8,ncol=2)
rowCumSum(x)

Run the code above in your browser using DataLab