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 the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
Can we create datasets by proc step ? (Proc contents, Means)?
What is the purpose of using the N=PS option?
What is a put statement?
What is SAS? What are the functions does it performs?
how to remove the duplicates by proc sql?
how are numeric and character missing values represented internally? : Sas programming
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
Explain input and put function?
What are the scrubbing procedures in sas?
What statement do you code to write the record to the file?