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 5717
How does proc sql work?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
For clinical entire study how many tables will create approx?
Differentiate between ceil and floor functions.
what is sas and what are the functions? : Sas-administrator
What sas features do you use to check errors and data validation?
Name types of category in which SAS Informats are placed?
do you prefer proc report or proc tabulate? Why? : Sas programming
what is the difference between infile and input? : Sas-administrator
What does proc print, and proc contents are used for?
What are the automatic variables for macro? : sas-macro
: and & modifiers.
Mention what is SAS data set?
do you need to know if there are any missing values? : Sas programming
for what purpose would you use the retain statement? : Sas programming