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?
What are the differences between sum function and using “+” operator?
Hi, If anyone has base SAS certification dumps, please share.
What is the use of PROC gplot?
Tell e how how dealt with..
How necessary is it to be creative in your work?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the data types that sas contain?
what is treatment emergent events and treatment emregent adverse event
Given an unsorted data set, how to read the last observation to a new data set?
what is the primary data source for the wrs? : Sas-bi
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what is sas metadata server? : Sas-di
what is transformation in sas data integration? : Sas-di
How would you define the end of a macro?