Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图从 SAS 9.3 中的 LSMEANS 语句中获取平均值,但从 SAS 网站上的文档来看,它们似乎已经从 LSMEANS 语句中的默认值中删除了平均值。
根据我正在使用 ILINK 选项的文档,它给了我“Mu”,但这似乎与我的“估计”完全相同
谁能帮助我了解如何在 LSMEANS 中获得平均值?
提前致谢!
我认为 LSMEANS 中从来没有 MEANS 选项。像 GLM 这样的一些程序本身就有 MEANS 语句,我猜这就是你所想的。一般来说,MEANS 在 GENMOD 中通常没有意义,这可以解释为什么它不可用。