.- help for ^sigdif^ .- Computing difference z-statistics given two independent statistics ------------------------------------------------------------------ Syntax ------ ^sigdif^ ^beta1^ ^sigma1^ ^beta2^ ^sigma2^ ^format^ Description ----------- ^sigdif^ computes the difference and its standard error for comparisons between two statistics, assumed to be independent, given their standard errors. For example: . sigdif .019 .005 .008 .003 The difference between the coefs is: .011 The standard error is: .00583095 The z-statistic is: 1.8864844 The two-sided p-value is: .0592297 You can include a formatting command as a fifth argument: . sigdif .019 .005 .008 .003 %5.2f The difference between the coefs is: 0.01 The standard error is: 0.01 The z-statistic is: 1.89 The two-sided p-value is: 0.06 . sigdif .019 .005 .008 .003 %5.3f The difference between the coefs is: 0.011 The standard error is: 0.006 The z-statistic is: 1.886 The two-sided p-value is: 0.059