|
板凳

楼主 |
发表于 2012-4-24 14:13:31
|
只看该作者
Re: 关于参照水平自定义的问题 SAS
[quote="jingju11":1bzvbbfh]proc MIXED, similar to PROC GLM, uses GLM parameterization. That is, it won't take reference parameterization. But you can count on the future SAS version, i heard that that will be included in the next version(?).
without re-coding the variable, you can use the statement like estimate, contrast, lsmeans or means to get what you want. You may also know the POSTFIT function for sas starting from its verison of 9.2. Roughly, use STORE statement to record the data fitting informaiton and then you can get some results, such as estimates, lsmeans,etc. without re-fitting the model.
jingju[/quote:1bzvbbfh]
恩,谢谢京剧,或许该用contrast才能达到我预期目的了,不过那还不如直接 RECODE变量了,呵呵。 |
|