data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.
2 5744
Tell e how how dealt with..
how to remove duplicates using proc sql?
what is transformation in sas data integration? : Sas-di
If a variable contains only numbers, can it be a character data type?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is sas metadata server? : Sas-di
what is the use of sas management console? : Sas-di
what does the run statement do? : Sas programming
how does sas handle missing values in sort order? : Sas programming
how does sas handle missing values in a merge? : Sas programming
how to generate the test data in sas without input data? : Sas-administrator
Give some examples where proc report’s defaults are different than proc print’s defaults?
Differentiate between format and informat? : sas-grid-administration
how to debug and test the sas program? : Sas-administrator
What is the purpose of _character_ and _numeric_?