Jump to content

Multivariate logistic regression

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Faster than Thunder (talk | contribs) at 18:09, 26 March 2025 (Created page with ''''Multivariate logistic regression''' is a type of data analysis that predicts outcomes based on multiple independent variables.<ref>"Multivariate logistic regression is a type of analysis that can help predict results when you're working with multiple variables." - [https://www.indeed.com/career-advice/career-development/multivariate-logistic-regression] (Indeed)</ref> ==Types== The two main types of multivariate logistic regression are linear reg...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Multivariate logistic regression is a type of data analysis that predicts outcomes based on multiple independent variables.[1]

Types

The two main types of multivariate logistic regression are linear regression and logistic regression.

Linear regression

Linear regression produces results that show a linear relationship with a single independent variable (IV) and can be plotted on a graph as a straight line.[2]

Logistic regression

In contrast, logistic regression produces results that show a nonlinear relationship. As a result, plotting the data on a graph produces a curved line called a sigmoid. Unlike linear regression, logistic regression produces results based on two or more independent variables.[3]

There are three main types of logistic regression dependent variables (DVs): Binary, multi-class, and ordinal.[4]

Binary

A binary dependent variable is a variable with only two outcomes, and the possible values must be opposites of each other.[5]

Multi-class

A multi-class dependent variable is a variable with at least three qualitative (non-numerical) outcomes, usually with a constant numerical stand-in.[6]

Ordinal

An ordinal dependent variable is a variable with at least three possible outcomes, which are numerically different.[7]

Artificial intelligence

Multivariate logistic regressions are also used in machine learning.[8]

References

  1. ^ "Multivariate logistic regression is a type of analysis that can help predict results when you're working with multiple variables." - [1] (Indeed)
  2. ^ "Linear regression has a continuous set of results that can easily be mapped on a graph as a straight line." - [2] (Indeed)
  3. ^ "Logistic regressions are non-linear and are portrayed on a graph with a curved shape called a sigmoid. Instead of a continuous set of results, a logistical regression has two or more categories for data." - [3] (Indeed)
  4. ^ "Logistic regression includes three basic types: ..." - [4] (Indeed)
  5. ^ "A binary output is a variable where there are only two possible outcomes. These outcomes must be opposite of each other and mutually exclusive." - [5] (Indeed)
  6. ^ "A multi-class has three or more categories without any numerical value, though they usually have a numerical stand-in for datasets." - [6] (Indeed)
  7. ^ "An ordinal output also has three or more categories, though they're in a ranked output." - [7] (Indeed)
  8. ^ "This is a common classification algorithm used in data science and machine learning." - [8] (Indeed)