what is lifetest



what is lifetest..

Answer / vishnu

lifetest is a procedure which is used to do the survival analysis.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More SAS Interview Questions

How do you convert basic cube to transaction cube and transaction cube to basic cube?

1 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

10 Answers   NIIT,


what is intially documentation for a sas programmer?

2 Answers   Accenture,


What is the good sas programming practices for processing large data sets?

1 Answers  


what do you mean by data staging area? : Sas-di

1 Answers  


How to sort in descending order?

1 Answers  


How to merge the data using merge statement and proc format? Is the result is same ?

2 Answers  


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

1 Answers  


Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT

0 Answers  


what is sas database server? : Sas-di

1 Answers  


code the tables statement for a single level frequency?

2 Answers  


data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.

2 Answers  


Categories