Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

is QUALCOMM using SAS ?

1 Answers  


what is star schema? : Sas-di

0 Answers  


what is a post baseline?

2 Answers   Accenture,


data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks

3 Answers  


what are sas/access and sas/connect? : Sas programming

0 Answers  


how can u convert this 25-jul-2010 from numeric to charcter?

3 Answers  


What data sets do you need to produce the report?

2 Answers   Novartis,


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

0 Answers  


how to import HTML files into SAS datasets?

3 Answers   HP,


What are the different versions of sas that you have used until now? : sas-grid-administration

0 Answers  


what is pdv? how it is related to input buffer in sas?

5 Answers   HSBC, Satyam,


What are types of transport files?

2 Answers   PRA Health Sciences, Quintiles,


Categories