Question: SAS code : Data mydata ; set'C:OneDriveDocuments atl2017.sas7bdat' ;*Define the objects where data is located; keep GESTREC3 RF_GDIAB; run ; proc freq data=mydata; table GESTREC3*RF_GDIAB
SAS code : Data mydata ; set'C:OneDrive\Documents atl2017.sas7bdat' ;*Define the objects where data is located; keep GESTREC3 RF_GDIAB; run; procfreqdata=mydata; table GESTREC3*RF_GDIAB /chisqmeasures; where RF_GDIAB~='U' and GESTREC3<3; run; SAS table & output: There are 3 Steps involved in it Get step-by-step solutions from verified subject matter experts Step by Step Solution
