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

how to delete the duplicate columns permanently in SQL

2 Answers   Satyam,


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  


How would you code the criteria to restrict the output to be produced?

9 Answers  


There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT

8 Answers   D&B,


How we will Developing new reports Using Data step programming and Macros ?

4 Answers  






Name statements that are execution only.

4 Answers  


what other sas products have you used and consider yourself proficient in using? : Sas programming

0 Answers  


Difference between nodup and nodupkey options?

0 Answers  


what do the pad and dim functions do? : Sas programming

0 Answers  


Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?

5 Answers   American Express, Barclays,


Code the MEANS to produce output to be used later.

2 Answers  


sas implimented companies in hyderabad

11 Answers   CTS, HSBC,


Categories