Ordered Logit

From Q
Jump to navigation Jump to search
Related Online Training modules
Regression
Generally it is best to access online training from within Q by selecting Help > Online Training

From Q5 onward, Ordered Logit models are best performed using Regression - Ordered Logit. This page describes the legacy functionality.

Ordered Logit is estimated in Q when the Dependent question is a Pick One question and its Variable Type is Ordered Categorical and contains three or more categories.

See:

Additional outputs

With ordered logit, additional parameters are shown at the beginning of the output which relate to the thresholds for the categories. An understanding of the working of these thresholds is most readily obtained by checking the option for Construct variable(s) containing predictions and reviewing the JavaScript of the created variables (alternatively, review the first of the references provided in Regression Outputs.

Additional Properties

When using this feature you can obtain additional information that is stored by the R code which produces the output.

  1. To do so, select Create > R Output.
  2. In the R CODE, paste: item = YourReferenceName
  3. Replace YourReferenceName with the reference name of your item. Find this in the Report tree or by selecting the item and then going to Properties > General > Name from the object inspector on the right.
  4. Below the first line of code, you can paste in snippets from below or type in str(item) to see a list of available information.

For a more in depth discussion on extracting information from objects in R, checkout our blog post here.

Properties which may be of interest are:

  • Summary outputs from the regression model:
item$summary$coefficients # summary regression outputs