Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1315


What is the difference between the proc sql and data step?

1223


Name and describe few sas character functions that are used for data cleaning in brief.

1182


How do you delete duplicate observations in sas?

1113


How do dates work in SAS data?

1227


explain the use of % includes a statement in sas? : Sas-administrator

1043


What is the difference between class statement and by statement in proc means?

1394


What is the role of sas grid administrator? : sas-grid-administration

1342


How do you specify the number of iterations and specific condition within a single do loop?

1155


How to create list output for cross-tabulations in proc freq?

1152


What are the limitations for memory allocation for SAS variables

1547


Mention what is PROC in SAS?

1113


how does sas handle missing values in formats? : Sas programming

1190


What is the use of the %include statement?

1215


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

2451