Regression Models for Nominal, Ordinal and Count Data Flashcards
What is an example of binary data and what type of analysis is used to study it?
Example: Improved/Not improved
Type of analysis: Logistic regression
What is an example of Categorical (multinomial) and what type of analysis can be used to study it?
Example:Diagnosis (schizophrenia, affective, other)
Type of analysis: Multiple logistic regression
What is an example of Ordered categorical (ordinal) data and what type of analysis can be used to study it?
Example: Likert scale (agree strongly, disagree strongly)
Type of analysis: Ordered logistic regression
What is an example of count data and what type of analysis can be used to study it?
Example: Number of lesions in the brain
Type of analysis: Poisson or negative binomial regression
What regression test is used for multiple unordered categories?
multinomial multiple logistic regression
It may be easier to convert data to a simple binary so that standard logistic regression can be used, if this
is clinically valid
As in chi-squared test or standard logistic regression, may need to combine small categories
Important: unless you specify using the base option, Stata will choose the most frequent category for the dependent variable as the reference category.
What stata command is used to run a multinomial multiple logistic regression?
mlogit
For regression modelling we may need to assume what?
That the scale is interval ie 0-1 is the same distance as 1-2, etc
This may be controversial but in practice this is often assumed (check this is not ridiculous though!)
What does the stata command ologit do?
Makes the proportional odds assumption (that the odds of category 2 compared to 1 is the same as
for category 1 compared to 0, etc)
If the number of categories is large, we could just use what?
linear regression as an approximation
What is individual data?
One record per case with the dependent variable coded as 0/1
What is grouped data?
Cases aggregated over subgroups; data are counts in each subgroup
What is poisson regression often used for?
Modeling count data.
What does a rate ratio of less than 1 imply?
There is a decreasing association between the predictor and the outcome
What does a rate ratio of greater than 1 imply?
An increasing association between predictor and outcome
What does a rate ratio of 0.91 mean?
That an increase in the independent variable of 1 point would decrease the
rate ratio by a factor of 0.91