what is chi-square test? have you used that?
Answer Posted / prasad
A chi-sqare good ness of fit test allows us to test whether
the observed proportion for the categorical variable differ
from hypothesized proprtion.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using sas?
what is the effect of the options statement errors=1? : Sas programming
Explain the use of proc print and proc contents?
What is the length assigned to the target variable by the scan function?
What do the PUT and INPUT functions do?
What is the work of tranwrd function?
What do the put and input function do?
Given an unsorted data set, how to read the last observation to a new data set?
How to convert a numeric variable to a character variable?
what is information maps?
What does the trace option do?
What is the function of output statement in a SAS Program?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Give e an example of..
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?