Announcement

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

  • About confidential interval for standardized coefficents

    When doing linear regression (i.e. regress), I can use the option “beta” to get standardised coefficients. But the output does not show the 95% CI. Could I ask how can I get the 95% CI of the standardised coefficient in STATA?

    A simpler way is to run a "regress" command using the standardized X variables in place of the original variables. But this approach is not feasible for me as I would like to report all the independent factors of a variable in different situations (with different sample sizes).

    Thanks.



  • #2
    As others have pointed out (https://www.statalist.org/forums/for...fficients-beta), using the SEM framework is the way to go:

    Code:
    sem (depvar <- IV1 IV2 IV3), standardized
    Best wishes

    Stata 18.0 MP | ORCID | Google Scholar

    Comment

    Working...
    X