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 4497
How we can create SAS USER DEFINED CODE?
How necessary is it to be creative in your work?
Mention few capabilities of sas framework.
Differentiate between format and informat? : sas-grid-administration
which date functions advances a date time or date/time value by a given interval? : Sas programming
What are the difference between ceil and floor functions in sas?
How can you create a macro variable with in data step? : sas-macro
how many types of prompts are there? : Sas-bi
how does sas handle missing values in a merge? : Sas programming
Intern stastical programmer written test
What is the purpose of trailing @ and @@? How do you use them?
In sas, what are the areas that you are most interested in? : sas-grid-administration
How can I remove header from output data set?
What is the use of PROC gplot?
In proc transpose and data step with arrays which one you pick?