how to intersect the tables by using PROC MIXED?
Answer / guest
Not possible wuith proc mixed.
for this we use SET OPERATRS in PROC SQL. called "INTERSECT"
| Is This Answer Correct ? | 4 Yes | 0 No |
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
How you can read the variables that you need?
. Which date advances a date, time or date/time value by a given interval?
What is factor analysis?
What is data _null_?
how to generate means for every subject;
in data set200 observation how to take 110,150,170 using sql procedure?
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
Tell e how how dealt with..
How can you limit the variables written to output dataset in data step?
What are the main differences between sas versions 8.2, 9.0, 9.1?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro