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 |
What is the difference between one to one merge and match merge? Give an example.
what is difference in window SAS & Unix SAS.....how do define working environment in both???
what are several options for creating reports in web report studio? : Sas-bi
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
What has been your most common programming mistake?
Name and describe three SAS functions that you have used, if any?
what is the difference between proc means and proc summary?
How can you limit the variables written to output dataset in data step?
What other SAS features do you use for error trapping and data validation?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
What is the difference between a PROC step and a DATA step?
Hot to suppress characters from a given string?