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.
我正在尝试使用 R 中平均模型中的全平均系数。此时我正在使用包(MuMin)。
但是,当我使用以下参数时: coef(mAVG_1) 模型平均的摘要 它只提取“条件平均”的系数。是否有任何代码可以直接从全平均模型中提取系数?
?model.avg说:
?model.avg
coef, vcov,confint并coefTable接受参数full,如果设置为TRUE,则返回完整的模型平均系数,而不是子集平均系数(当full = FALSE,为默认值时)。
coef
vcov
confint
coefTable
full
TRUE
full = FALSE