If money were no object, what would you like to do?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between proportion and average?
What is the Program Data Vector (PDV)? What are its functions?
what is the usage for assigning error=1 in a dataset ?
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.
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How to test the debugging in sas?
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
For clinical entire study how many tables will create approx?
Explain proc univariate?
If money were no object, what would you like to do?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??