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 5745
Describe a time when you were really stuck on a problem and how you solved it?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is sas data set?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
how does sas handle missing values in sort order? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What are the default statistics that proc means produce?
What is run-group processing?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
how does sas handle missing values in procs? : Sas programming
What is the difference between using drop = data set option in data statement and set statement?
what are the benefits of data integration? : Sas-di
Differences between where and if statement?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?