Nominal Vs Linear Regression
Nominal Vs Linear Regression
VS. LINEAR
REGRESSION
NOMINAL
REGRESSION to model the relationship
between a set of predictors
and a nominal response. A
nominal response has three
or more outcomes that do
not have an order, such as a
scratch, dent, and tear. You
can include interaction,
polynomial, and nested
terms.
For example, a school
administrator want to investigate
the variables that affect a
student's preference for certain
classes. The administrator uses
nominal logistic regression to
determine whether a student's age
and the teaching method for a
class is related to class preference.
To use nominal logistic
regression, choose Stat >
Regression > Nominal
Logistic Regression.
If your response variable has two
categories, such as pass and fail, use
Fit Binary Logistic Model.
If your response variable contains
three or more categories that have a
natural order, such as strongly
disagree, disagree, neutral, agree, and
strongly agree, use Ordinal Logistic
Regression.
If your response variable counts
occurrences, such as the number of
defects, use Fit Poisson Model.
LINEAR REGRESSION
Linear regression is a data
analysis technique that predicts
the value of unknown data by
using another related and known
data value. It mathematically
models the unknown or
dependent variable and the
known or independent variable as
a linear equation.
Let's consider a simple example of
linear regression with one
independent variable (simple linear
regression). Suppose we have a
dataset that represents the
relationship between the number
of hours a student studies (x) and
their exam scores (y). We can use
linear regression to model and
predict the exam scores based on
the number of hours studied.
SIMPLE LINEAR Involves a single independent variable (x)
and a single dependent variable (y).
REGRESSION The relationship is modeled by a
linear equation: y=mx+b.