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.
1 |
data |
|
x |
A vector of input variables with any length. For an empty input variable, set x = c(). |
y |
The output/target variable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.