Thank you. I will try that. My objective is to further process in SAS the output from 1000 samples. Data management is not one of my skills 😞
... View more
i am running a simulation and want to save the white standard errors by sample. Is there an outest option for that? proc reg data=appx8_e outest=robols_est outseb; hc1:model y = x2 x3/hcc hccmethod=1; by sample; run; Thanks.
... View more