It seems that with the option / SOLUTION in the RANDOM statement of PROC MIXED, I can create a table of estimated random coefficients, which I need. I have two questions:
1. How do I, if I can, save them as a dataset?
2. What do the results represent? Are they the estimated coefficients themselves or are they deviations from the mean (the fixed coefficient)? If they are deviations, how do I get the actual coefficient? Is it, for example, FIXED COEFFICIENT - DEVIATION, FIXED COEFFICIENT + DEVIATION, ...?
Thanks!