how to get Residuals Standard Deviation in output proc model thanks
proc model data=WIL2.data_fundid8; parms alpha b c d e f g; aggreate_mret1 =rf+alpha+b*(Mkt_RF)+c*SMB+d*HML+e*MOM+f*RMW+g*CMA; fit aggreate_mret1 /gmm ; by FundId; ods output ParameterEstimates=WIL2.performance_MF; run;
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.