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 5857
Are you sensitive to code walk-throughs peer review or QC review?
which features do you use to check the data validations and errors? : Sas-administrator
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what has been your most common programming mistake? : Sas programming
how do you test for missing values? : Sas programming
AE datasets names? how many types?
What is the difference between the proc sql and data step?
How would you define the end of a macro?
What is substr function?
what is metadata? : Sas-bi
what is treatment emergent events and treatment emregent adverse event
What are the uses of sas?
In proc transpose and data step with arrays which one you pick?
What is the difference between one to one merge and match merge? Give an example.
What will calendar procedure do?