Logistic function with intercept parameterization (i.e., first parameter is y
when all x = 0
). The input x are all independent variables, in a matrix
with each column one of the variables. The number of rows is the number of
datapoints. Just one inter, which is the value at all x = 0
, and passed as
param[1]
. Slope parameters follow, one per column of x
.
This is identical to standard.
1 | logistic.inter(x, param, log = FALSE, ...)
|
... |
Unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.