Skip to contents

Helper functions

Usage

drop_null(x)

first(x)

last(x)

weighted_rowsums(x, weights)

interest_accumulation(principal, contribution, rate)

Details

weighted_rowsums() is used to get the row-wise sums of a matrix after column-wise multiplication by a vector of weights.