Did you used proc lifetest? when?

Answer Posted / madhu

proc life test is used for survival analysis.It has 2
methods. KM method,Life method.

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between class statement and by statement in proc means?

662


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.

1803


what are validation tools that are used in sas? : Sas-administrator

593


What is the difference between proportion and average?

2758


What is the difference between INPUT and INFILE ?

755






Give e an example of..

1847


what is the effect of the options statement errors=1? : Sas programming

596


for report generation which one you used proc report or data_null_?

6605


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

683


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

545


What is the purpose of trailing @ and @@? How do you use them?

615


How would you include common or reuse to be processed along with your statements?

1903


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

1668


Explain the purpose of substr functions in sas programming.

567


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1214