How would I go about setting the confidence-intervals to 99% in the following code?
proc sgplot data=claims;
title 'Simple Linear Regression Fit Plot -- PROC SGPLOT';
reg y=indavgcost x=year / cli clm;
xaxis values=(2010 to 2013 by 1);
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.