inner_product: Calculate inner product of logit parameters and input...

Description Usage Arguments

View source: R/inner_product.R

Description

This function calculates the inner product of the logit parameters and the input variables given a single data point.

Usage

1
inner_product(dataPoint, beta, xIndices)

Arguments

dataPoint

A single data point. That is, a single row of an entire data set.

beta

A vector of logit model parameters.

xIndices

Indices of input variables.


kelvinyangli/mbmml documentation built on June 29, 2020, 3:12 a.m.