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 |
What is SAS? What are the functions does it performs?
Can we replace a dataset into view?
Explain bmdp procedure?
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
Mention some common errors that are usually committed in sas programming.
What versions of SAS have you used (on which platforms)?
wat is sas? is a package or programming language?
Name statements that function at both compile and execution time.
What are the difference between sas functions and procedures?
Why and when do you use proc sql?
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.
Describe what are the different levels of administrative users in sas? : sas-grid-administration