how to perform paired t-test using Base/SAS & SAS/Stat?

Answers were Sorted based on User's Feedback



how to perform paired t-test using Base/SAS & SAS/Stat?..

Answer / mili

proc ttest data=a;
paired var1 var2;
run;

Is This Answer Correct ?    7 Yes 4 No

how to perform paired t-test using Base/SAS & SAS/Stat?..

Answer / shwetha

I tried the above code.But it worked after I gave * or :
between var1 and var2.

proc ttest data=a;
paired var1:var2;
run;

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More SAS Interview Questions

How many tiers in sas architecture?

2 Answers  


How do you define proc in sas? : sas-grid-administration

0 Answers  


Are you involved in writing the inferential analysis plan? Tables specfications?

0 Answers   Wipro,


what is treatment emergent events and treatment emregent adverse event

0 Answers  


How do you put a giraffe into the refrigerator?

3 Answers   Oracle,






for whom is sas data integration studio designed? : Sas-di

0 Answers  


Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?

4 Answers   HP, Oracle,


What are the ways in which macro variables can be created in sas programming?

0 Answers  


what is Enterprise Guide?what is the use of it?

2 Answers   CitiGroup, Oracle,


What is connection profile? : sas-grid-administration

0 Answers  


firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?

1 Answers  


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

0 Answers  


Categories