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

i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

2 Answers   Cap Gemini,


If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?

7 Answers   Accenture,


what type of graphs we will create(for 2+years candidates)?

0 Answers   Accenture, Icon,


What is the difference between the proc sql and data step?

0 Answers  


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?

2 Answers  






how can you put a "trace" in your program? : Sas programming

0 Answers  


Which is the best training institute for SAS in hyderabad.

112 Answers   Stansys Software Solutions,


What are the data types does SAS contain?

0 Answers  


What is data _null_?

0 Answers  


What is the pound sign used for the DATA _NULL_?

14 Answers  


proc means? proc sort? proc append? proc freq? proc print? proc content?

4 Answers   Oracle,


What do the PUT and INPUT functions do?

0 Answers  


Categories