What procedure you used to calculate p-value?
Answers were Sorted based on User's Feedback
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 |
proc means? proc sort? proc append? proc freq? proc print? proc content?
What is proc sql pass through facility?
What is difference between N and n????
At compile time when a SAS data set is read, what items are created?
How to read the file names of a text files from a shared drive using SAS?
how to remove the duplicates by proc sql?
What do you feel about hardcoding?
describe about physical data integration? : Sas-di
how the sas basic syntax style described? : Sas-administrator
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What are the scrubbing procedures in sas?
How would you identify a macro variable?