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 the use of proc contents and proc print in sas? : Sas-administrator

0 Answers  


How would you delete observations with duplicate keys?

6 Answers  


how do you derive descriptive statistics?

1 Answers   Accenture, Quintiles,


Name statements that are execution only.

4 Answers  


What is connection profile? : sas-grid-administration

0 Answers  






what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

0 Answers  


How to convert a given date value into SAS date

9 Answers   CitiGroup, Quintiles,


How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?

3 Answers   Reddy Labs,


what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?

1 Answers  


What is the good sas programming practices for processing large data sets?

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  


Explain append procedure?

0 Answers  


Categories