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 are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
SAS System ?
Explain proc univariate?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
How can you put a "trace" in your program?
what is function of retain statment
Name some categories in sas 9? : sas-grid-administration
What is the difference between reading data from an external file and reading data from an existing data set?
is there any differnce between proc means and proc summary?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
Mention the validation tools used in SAS?