What procedure you used to calculate p-value?
Answer Posted / 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 |
Post New Answer View All Answers
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Explain the use of proc gplot? : sas-grid-administration
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is the difference between one to one merge and match merge? Give an example.
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
List down the reasons for choosing sas over other data analytics tools.
What are the difference between ceil and floor functions in sas?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How would you invoke a macro? : sas-macro
How do you add a number to a macro variable? : sas-macro
What is the basic syntax of a sas program?
What are the different types of sas functions?
What Proc glm does?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?