what is the prob plot in clinical domain



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

Post New Answer

More SAS Interview Questions

Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.

4 Answers   Accenture,


what is data governance? : Sas-di

0 Answers  


What are the parameters of scan function?

0 Answers  


What is the work of tranwrd function?

0 Answers  


explain what is factor analysis? : Sas-administrator

0 Answers  






Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

2 Answers  


In the flow of DATA step processing, what is the first action in a typical DATA Step?

9 Answers  


For what purposes have you used sas macros? : sas-macro

0 Answers  


What other SAS features do you use for error trapping and data validation?

2 Answers  


In sas, what are the areas that you are most interested in? : sas-grid-administration

0 Answers  


explain about sas business intelligence? : Sas-bi

0 Answers  


what are sas/access and sas/connect? : Sas programming

0 Answers  


Categories