Hello everyone,
I am running WALD test for two different samples which means do different codes. I ran OLS in each sample and i get one coefficient in each equation. I want to test to whether both coefficients are equal or not but problem comes later when i use test command. Here comes the procedure i ran the regression, store the estimates and ran the second regression, i restore the estimates of first regression and use
father is coefficient from first regression and father1 is coefficient from second regression. Stata gives me error father1 not found. How can i test the whether these coefficients are same or not. Thanks
I am running WALD test for two different samples which means do different codes. I ran OLS in each sample and i get one coefficient in each equation. I want to test to whether both coefficients are equal or not but problem comes later when i use test command. Here comes the procedure i ran the regression, store the estimates and ran the second regression, i restore the estimates of first regression and use
Code:
suest father=father1, coefl
Comment