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 is sas and what are the functions? : Sas-administrator

548


What can be the size of largest dataset in SAS?

729


What can you learn from the SAS log when debugging?

925


Can you explain the process of calendar?

650


Mention some common errors that are usually committed in sas programming.

596






What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

693


What is a method to debug and test your SAS program?

731


What is the differnce between SDTM 3.1.2 to 3.1.1 version

4625


Give some examples where proc report’s defaults are different than proc print’s defaults?

607


Explain the purpose of retain statement.

613


What is slibref?

752


What is the basic syntax style in SAS?

625


Which function is used to count the number of intervals between two sas dates?

579


What is the purpose of _character_ and _numeric_?

597


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

657