Hi, does anyone know how to interpret a standardized constant in sem?
When I run two equivalent models with sem and regress (see code below), the beta coefficients for the variables are the same. However, there is no standardized constant in regress (i.e., it is zero). That makes sense to me, but I am unsure how to interpret standardized coefficients in sem.
code:
regress balance_pursue benefit_financial benefits_infrastructure benefits_employ_community impacts_living_costs impacts_environment impacts_other_industries, beta
sem (balance_pursue <- benefit_financial benefits_infrastructure benefits_employ_community impacts_living_costs impacts_environment impacts_other_industries), standardize
The sem code above is part of a larger path analysis.
Much appreciated, Rod
When I run two equivalent models with sem and regress (see code below), the beta coefficients for the variables are the same. However, there is no standardized constant in regress (i.e., it is zero). That makes sense to me, but I am unsure how to interpret standardized coefficients in sem.
code:
regress balance_pursue benefit_financial benefits_infrastructure benefits_employ_community impacts_living_costs impacts_environment impacts_other_industries, beta
sem (balance_pursue <- benefit_financial benefits_infrastructure benefits_employ_community impacts_living_costs impacts_environment impacts_other_industries), standardize
The sem code above is part of a larger path analysis.
Much appreciated, Rod
Comment