Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Predicting Regression Probability

    Hello, please can anyone help with the command to use ANOVA (or regression), with randomized binary predictors (with the 4 conditions). I have two categorical variables and am trying to get an output like this

    Conjunction Probability
    Almost All/Almost All 0.7530525
    Almost All/Very Few 0.6771275
    Very Few/Almost All 0.5905512
    Very Few/Very Few 0.4979718

  • #2
    Bakare:
    welcome to this forum.
    If your predictor is a 4-level ordered variable, you may want to consider -ologit-.
    Kind regards,
    Carlo
    (StataNow 18.5)

    Comment


    • #3
      Thanks so much, I was able to recode the predictor into binary and I used the commands below


      logit depvar_sc212 sc212c
      predict p, p



      I this case, depvar_sc212 is the binary predictor for the 4-level Conjunctions.

      Comment

      Working...
      X