inprod_mat: Calculate the inner products of a predictor and coefficient...

Description Usage Arguments

View source: R/RcppExports.R

Description

Given a matrix of predictors, X, and matrix of coefficients, B, calculate the inner products, X[i, ]

Usage

1
inprod_mat(X, B)

Arguments

X

numeric matrix. Predictors.

B

numeric matrix. Coefficients.


wkmor1/msmod documentation built on May 4, 2019, 7:34 a.m.