How to easily generate partially and fully standardized logistic regression coefficients in Stata

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 6

  • @동동체리-m4j
    @동동체리-m4j Рік тому

    Thank you for sharing this valuable resource. It was so helpful for my research.

  • @simozamb7835
    @simozamb7835 6 місяців тому

    Thank you so much. Super clear! Question: if we calculate the Marginal Effects, would this be sufficient to properly address the economic significance of the explanatory variables ? Thank you!!

  • @greggoodman6545
    @greggoodman6545 3 роки тому

    This is valuable - thanks again, Dr. Mike!

  • @CNuzhat
    @CNuzhat 3 роки тому

    how to do standardized linear regression coefficient?

    • @mikecrowson2462
      @mikecrowson2462  3 роки тому +1

      Hi Nuzhat, if you are performing linear regression in Stata, you will use the regress command with the beta option. As an example using some variables in a dataset I currently have open:
      regress ses interest efficacy, beta
      However, this video is for logistic regression so if you are asking about standardized regression coefficients with logistic regression you would not be computing them for linear regression as your question seems to be asking. Best wishes!

    • @CNuzhat
      @CNuzhat 3 роки тому

      @@mikecrowson2462 Thank you. In fact I want to do linear regression with svy command. My objective is to look at the relative contribution of independent variables. But if I use svy command then stata does not allow me to give standardised beta. Moreover I want CI.