lr: Logistic Regression

View source: R/glm.R

lrR Documentation

Logistic Regression

Description

Fit a logistic regression model.

Usage

lr(formula, data, ...)

Arguments

formula

an object of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted. The details of model specification are given under ‘Details’.

data

an optional data frame, list or environment (or object coercible by as.data.frame to a data frame) containing the variables in the model. If not found in data, the variables are taken from environment(formula), typically the environment from which glm is called.

...

For glm: arguments to be used to form the default control argument if it is not supplied directly.

For weights: further arguments passed to or from other methods.


the-mad-statter/washu documentation built on May 5, 2024, 10:26 a.m.