Did you used proc lifetest? when?
Answer Posted / shah
Proc Lifetest is used for compare which tretment is more
efficient. Change from baseline of tretment.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between %local and %global? : sas-macro
In SAS explain which statement does not perform automatic conversions in comparisons?
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
which features do you use to check the data validations and errors? : Sas-administrator
describe how to adjust the performance of data integrator? : Sas-di
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
How would you invoke a macro? : sas-macro
What is the SAS data set?
Describe the ways in which you can create a macro variable?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Differentiate between sas functions and sas procedures.
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What can be the size of largest dataset in SAS?
In proc transpose and data step with arrays which one you pick?
what is enterprise guide? What is the use of it? : Sas programming