basic_logistic_reg: Logistic Regression

Description Usage Arguments Value

View source: R/logistic_reg.R

Description

basic_logistic_reg function that performs logistic regression, implemented here for baseline unit testing.

Usage

1

Arguments

x

the design matrix, with predictors as columns.

y

the response vector.

Value

vector of coefficients.


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