what is the prob plot in clinical domain

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different servers in sas? : sas-grid-administration

605


How would you identify a macro variable?

653


Describe the ways in which you can create macro variables? : sas-macro

580


How substr function works in sas?

703


Explain the purpose of substr functions in sas programming.

567






What are the difference between sas functions and procedures?

644


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

549


what is hash files in sas and why we are using this one in sas?

1734


How do you add a number to a macro variable? : sas-macro

545


for what purpose would you use the retain statement? : Sas programming

589


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

634


What do the put and input function do?

591


what are some differences between proc summary and proc means? : Sas programming

511


What are the new features included in the new version of SAS Programming Language?

741


What is the difference between one to one merge and match merge? Give an example.

577