glm_logit: A function to estimate logit model parameters

Description Usage Arguments

View source: R/glm_logit.R

Description

This function estimates binary logit model parameters using the build in function glm(). The output variable must be binary, whilst the input variable can be multinomial.

Usage

1
glm_logit(data, x, y)

Arguments

data
x

A vector of input variables with any length. For an empty input variable, set x = c().

y

The output/target variable.


kelvinyangli/mbmml documentation built on June 29, 2020, 3:12 a.m.