You conducted a survey and the responses to the five questions were coded as A, B, C, Dar E. Using the following eight lines of data, write a SAS DATA step to read these da t:a and create five...


You conducted a survey and the responses to the five questions were coded as A, B, C, Dar E. Using the following eight lines of data, write a SAS DATA step to read these da t:a and create five variables (QUES1, QUES2, ... , QUES5). Remember that these must all be character variables (since the values are letters) and there are no spaces between the values so you must use column input. Next, generate frequency distributions for each of the five questions, omitting cumulative statistics from the listing.


The data:


ABCDE


AACCE


BEBBE


CABDA


DDAAC


CABBB


EEBBB


ACACA



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here