Stata矩阵运算中如何进行变量正交化运算?

问题描述:

Stata矩阵运算中如何进行变量正交化运算?

help orthog /*该命令采用修正的Gram-Schmidt方法完成变量正交化运算*/
sysuse auto
orthog price weight mpg, gen(u*)