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


Please Help Members By Posting Answers For Below Questions

What is the difference between %local and %global? : sas-macro

843


In SAS explain which statement does not perform automatic conversions in comparisons?

1045


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.

2001


which features do you use to check the data validations and errors? : Sas-administrator

760


describe how to adjust the performance of data integrator? : Sas-di

741






WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2507


How would you invoke a macro? : sas-macro

741


What is the SAS data set?

866


Describe the ways in which you can create a macro variable?

803


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

2136


Differentiate between sas functions and sas procedures.

836


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

754


What can be the size of largest dataset in SAS?

920


In proc transpose and data step with arrays which one you pick?

2760


what is enterprise guide? What is the use of it? : Sas programming

726