what the use of proc glm
Answer / kedar
Because of proc anova used with only balance data..
but the proc glm used with balance as well as unbalance data
| Is This Answer Correct ? | 12 Yes | 1 No |
how can you sort the dataset having millions of OBS(instead of sort procedure?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
What is a method to debug and test your SAS program?
Do you need to know if there are any missing values?
How to read an input file in sas?
How could you generate test data with no input data?
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
Where do you use proc means over proc freq?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
explain what is data set in sas? : Sas-administrator
Describe the ways in which you can create macro variables?