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...


What procedure you used to calculate p-value?

Answers were Sorted based on User's Feedback



What procedure you used to calculate p-value?..

Answer / thirupathi

Proc ttest is correct choice, when the data is continuous
and testing for two treatment groups only.
Proc freq is used if the data is categorical.
Proc anova and glm are used when there are more than two
groups and continuous data.

Is This Answer Correct ?    11 Yes 0 No

What procedure you used to calculate p-value?..

Answer / nandu

Using proc ttest we can calculate the p-value

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More SAS Interview Questions

What is SAS? What are the functions does it performs?

0 Answers  


Can we replace a dataset into view?

6 Answers   CliniRx,


Explain bmdp procedure?

0 Answers  


If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?

8 Answers   HCL,


Mention some common errors that are usually committed in sas programming.

0 Answers  


What versions of SAS have you used (on which platforms)?

0 Answers   Quintiles,


wat is sas? is a package or programming language?

4 Answers  


Name statements that function at both compile and execution time.

7 Answers   Accenture,


What are the difference between sas functions and procedures?

0 Answers  


Why and when do you use proc sql?

0 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  


Describe what are the different levels of administrative users in sas? : sas-grid-administration

0 Answers  


Categories