Hello I am trying to run a probability plot but I am getting the error below. Please note code below as well. Any ideas? Thanks!!
* Normal Probability Plot;
title 'Normal Probability Plot for Independent Variable X1';
proc capability data=hatco noprint;
specs lsl=9.5 usl=10.5;
ppplot x1 / normal(mu=est sigma=est)
square
odstitle=title
nospeclegend;
run;
PROC CAPABILITY is part of SAS/QC. Run:
proc product_status; run;
To see if you should expect QC procedures to work. If using SAS University Edition, SAS/QC is not part of that environment.
PROC CAPABILITY is part of SAS/QC. Run:
proc product_status; run;
To see if you should expect QC procedures to work. If using SAS University Edition, SAS/QC is not part of that environment.
Thank you Chris. It makes sense. I run the product_status and SAS/QC is not part of it. Yes, I am running SAS Univ Edition.
So the question now is: in order to check the normality of the variables, besides drawing the historgrams, what other proc can I run that gives me the normality check? Also, how can I get the the line of the bell curve drawn over the histogram?
Thanks again,
Melva
Univariate or Multivariate? Check PROC UNIVARIATE for one, and refer to Rick's post about multivariate. The PROC CORR example looks like a simple first step, and Rick also mentions the %MULTINORM macro.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.