basic_padded_logistic_reg: Padded Logistic Regression

Description Usage Arguments Value

View source: R/padded_logistic_reg.R

Description

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.

Usage

1
basic_padded_logistic_reg(x, y, padding = 0)

Arguments

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).

Value

vector of coefficients.


CCGill/LRpadding documentation built on May 11, 2020, 12:21 a.m.