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.
Answers were Sorted based on User's Feedback
Answer / neeraj upadhyay
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;
output out = xyz PLCORR ;
RUN;
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Describe a time when you were really stuck on a problem and how you solved it?
What is Linear Regression?
What is a method to debug and test your SAS program?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Can you excute a macro within a macro? Describe.
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is difference between Global n Local Macro Variables..?
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.