What Proc glm does?
No Answer is Posted For this Question
Be the First to Post Answer
diff between nodup rec and ondup key???
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
how to delete the duplicate columns permanently in SQL
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
What is the difference between %local and %global? : sas-macro
What is difference between (a-z) and (a--z)
Did you used proc test? when?
0 Answers Accenture, Quintiles,
What is Transaction...? And what are Comment, Roll back n Save point..?
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.
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
What are exact SAS Base contents..?N what r SAS Tools..?
Explain the difference between informat and format with an example.