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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain substr function?

1025


Give some examples where proc report’s defaults are different than proc print’s defaults?

1008


Which command is used to perform sorting in sas program?

982


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

1168


what is the use of sas management console? : Sas-di

1030


which date function advances a date, time or datetime value by a given interval? : Sas programming

989


What’s the difference between var b1 – b3 and var b1 — b3?

1274


why is sas considered self-documenting? : Sas programming

1079


how would you determine the number of missing or nonmissing values in computations? : Sas programming

1090


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

989


Give some examples where proc report’s defaults are same as proc print’s defaults?

1048


what is data governance? : Sas-di

964


What are the scrubbing procedures in sas?

944


how does sas handle missing values in assignment statements? : Sas programming

962


How to create a permanent sas data set?

1131