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 5864
what has been your most common programming mistake? : Sas programming
How is character variable converted into numeric variable and vice versa?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
In SAS explain which statement does not perform automatic conversions in comparisons?
How to convert a numeric variable to a character variable?
what can you learn from the sas log when debugging? : Sas programming
What is slibref?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what is operational data and operational system? : Sas-di
Explain by-group processing?
what are several options for creating reports in web report studio? : Sas-bi
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What do you code to create a macro? : sas-macro