|
Hi
I am a beginner and just started using SAS 9.1 two weeks ago.
I want to calculate the Area under the curve (AUC). In the SAS data set
I have 100 observations and two fields (Say x & y). I plotted the graph
by using
PROC GPLOT data = <SAS data set>;
PLOT X*Y;
RUN;
Kindly through some light on the process( Algorithm / SAS code) in
which one can calculate the Area under the curve and the X-axis.
Any kind of help would be appreciated for the same.
Thanks in advance
Regards,
Puneet
|