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.
Answer Posted / poojavaibhav
hi,
in Proc step if you want to create a dataset then use
output out= statement.
answer above given is correct.
Thanks
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term Normal Distribution?
how to do user inputs and command line arguments in sas?
Difference between SAS STATA & SPSS?
Hi, If anyone has base SAS certification dumps, please share.
If a variable contains only numbers, can it be a character data type?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What would be the value of month at the end of data step execution and how many observations would be there?
what is sas data set?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what are sas/access and sas/connect? : Sas programming
For what purpose would you use the RETAIN statement?
Describe the function and untility of the most difficult SAS macro that you have written.
How to specify variables to be processed by the freq procedure?
how sas deals with business intelligence? : Sas-bi
What is SAS? What are the functions does it performs?