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.
我正在使用 proc glimmix 和 proc mixed 来运行线性混合模型,并试图查看协方差矩阵以查看它是否正确。如何将其打印到结果中?
使用语句covb中的选项。model
covb
model
proc glimmix data=sashelp.cars; model horsepower = msrp / covb; run;