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 |
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
What is highest missing value for numeric?
How to merge the data using merge statement and proc format? Is the result is same ?
What is the difference between SAS functions and procedures?
Explain the use of proc print and proc contents?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
Can anyone help me about SAS Realtime scenarios in Clinical field
what is option year cuttoff in sas
Can you execute a macro within a macro? Describe. : sas-macro
code the tables statement for a single level frequency?
what is data governance? : Sas-di