what is the prob plot in clinical domain
Answer / chandrakanth
Proc plot can be used to produce crude graphs as output. Like X vs Y eg: Height vs age (so here height is on x axis and age is on y axis)
syntax
proc plot data=dataset name;
plot variable name on x axis*variable name on y axis;
run;
if you want more graphic options proc gplot is used
| Is This Answer Correct ? | 7 Yes | 0 No |
how do u identify a macro variable
Describe a time when you were really stuck on a problem and how you solved it?
What Proc glm does?
How is character variable converted into numeric variable and vice versa?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
What other SAS features do you use for error trapping and data validation?
how does sas handle missing values in procs? : Sas programming
What is the work of tranwrd function?
what is the prob plot in clinical domain
What is data _null_?
what is data integration? : Sas-di
what is the purpose of _error_? : Sas programming