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 5964
What is the general format of function in sas? : sas-grid-administration
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is SAS informats?
what is treatment emergent events and treatment emregent adverse event
What is the SAS data set?
Tell me about % include and % eval? : sas-macro
What is the difference between order and group variable in proc report?
How do dates work in sas?
what type of graphs we will create(for 2+years candidates)?
What does the trace option do?
If you could design your ideal job, what would it look like?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Approximately what date is represented by the SAS date value of 730?
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?