Description Usage Arguments Value
View source: R/padded_logistic_reg.R
basic_padded_logistic_reg function that performs padded logistic regression. This is equivalent to using fastLR in the RcppNumerical package having padded predictors and the response with 0's.
1 | basic_padded_logistic_reg(x, y, padding = 0)
|
x |
the design matrix, with predictors as columns. |
y |
the response vector. |
padding |
an integer defining the padding level to be used (default is zero). |
vector of coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.