Question: proc sgplot data=mylib.customer_banking_info; pie Loan_Status / response=freq; /* Specify response as frequency */ run; /* End the SGPLOT procedure */
proc sgplot data=mylib.customer_banking_info; pie Loan_Status / response=freq; /* Specify response as frequency */ run; /* End the SGPLOT procedure */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
