Announcement

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

  • Dealing with percentages for variables

    In order to run a regression, do I need to first transford any variables that are percentages onto a logit scale?

  • #2
    no

    if they are really percentages, however, you probably want to divide by 100 so they become proportions and then use either -fracreg- or -betareg-; see
    Code:
    help fracreg
    help betareg

    Comment


    • #3
      OK and what if some of the variables going into regression are not proportions and some are? Would I still use one of those regressions?
      Thanks

      Comment


      • #4
        sorry, I assumed that the "percentage" variable was the outcome variable - the predictors/covariates can be anything you want; if your percentage variable is not the (an) outcome variable, just use whatever regression you would normally use in that situation and, yes, include your percentage variable as a covariate/predictor/independent variable

        for further advice, you need to follow the FAQ and show example data, using -dataex-, and describe what you want from your regression

        Comment


        • #5
          Excellent thank you

          Comment

          Working...
          X