Multinomial Logistic Regression
Johannes Ledolter
Abstract
Johannes Ledolter
Abstract
This chapter discusses the logit link function of logistic regression to the multinomial situation where a categorical response variable can take on one of several outcomes. It talks about an approach of estimating the class probabilities for a multicategory response, and uses these probabilities to classify new cases into one of several outcome groups. Several choices are available to estimate multinomial logistic regression models in R. For example, one can use the command mlogit in the package mlogit, the command vglm in the package VGAM, or the mnlm function in the package textir. The chapter illustrates an example: forensic glass. The three features, proportions of Na, Mg, and Al, are used to illustrate the multinomial logistic regression model. The R function mnlm makes use of simple triplet matrices.
OpenAlex reports 22 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
This chapter discusses the logit link function of logistic regression to the multinomial situation where a categorical response variable can take on one of several outcomes. It talks about an approach of estimating the class probabilities for a multicategory response, and uses these probabilities to classify new cases into one of several outcome groups. Several choices are available to estimate multinomial logistic regression models in R. For example, one can use the command mlogit in the package mlogit, the command vglm in the package VGAM, or the mnlm function in the package textir. The chapter illustrates an example: forensic glass. The three features, proportions of Na, Mg, and Al, are used to illustrate the multinomial logistic regression model. The R function mnlm makes use of simple triplet matrices.
Key concepts: Multinomial logistic regression, Logistic regression, Categorical variable, Multinomial distribution, Statistics, Econometrics, Function (biology), Mathematics