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 5846
How will you generate test data with no input data?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How to convert a numeric variable to a character variable?
explain the key concept of sas? : Sas-administrator
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Why and when do you use proc sql?
what other sas products have you used and consider yourself proficient in using? : Sas programming
how the sas basic syntax style described? : Sas-administrator
If a variable contains letters or special characters, can it be numeric data type?
What is the length assigned to the target variable by the scan function?
What are the new features included in the new version of SAS Programming Language?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is the use of PROC gplot?