colCenter_cpp {riskRegression} | R Documentation |
Apply - by column
Description
Fast computation of sweep(X, MARGIN = 1, FUN = "-", STATS = center)
Usage
colCenter_cpp(X, center)
Arguments
X |
A matrix. |
center |
a numeric vector of length equal to the number of rows of |
Value
A matrix of same size as X.
Author(s)
Brice Ozenne <broz@sund.ku.dk>
Examples
x <- matrix(1,6,5)
sweep(x, MARGIN = 1, FUN = "-", STATS = 1:6)
colCenter_cpp(x, 1:6 )
[Package riskRegression version 2023.12.21 Index]