Hello,
I'd like to perform an F test on two parameters in the first stage regression. But I'm not sure where the first stage parameters are stored, here is my code:
I want to perform an f test on the two instrument variables in the first stage (Sin_ind_avg = 0 & Sin_ind_avg2=0) , how can I implement this?
Thanks,
Jad
I'd like to perform an F test on two parameters in the first stage regression. But I'm not sure where the first stage parameters are stored, here is my code:
Code:
ivregress 2sls IR Donationstorevenue Sin_Dummy (Sin_don= Sin_ind_avg /// > Sin_ind_avg2) $controls, cluster(company_id) first
Thanks,
Jad
Comment