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 difference between N and n????
How to sort in descending order?
what is ae onset date n what is RDS
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
What is SAS?
which stats created by proc means that are not created by proc summary or vice versa?
What is the difference between the proc sql and data step?
what are input dataset and output dataset options? : Sas programming
Mention the validation tools used in SAS?
Differences between where and if statement?
what is p-value
3 Answers Accenture, Quintiles, Sristek,
is there any difference between proc summary and proc means?