View source: R/inner_product.R
This function calculates the inner product of the logit parameters and the input variables given a single data point.
1 | inner_product(dataPoint, beta, xIndices)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.