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中是否有任何与生存模型一起使用的交叉验证包,比如weibull模型?
该CoxBoost软件包具有cv.CoxBoost交叉验证生存和竞争风险模型的功能。
CoxBoost
cv.CoxBoost
cvTools是一个专注于交叉验证的包。我不确定它是否具有生存模型的特定功能,但该软件包旨在用于回归模型的一般交叉验证。
cvTools
rms/Hmisc 软件包中有校准和验证工具,可用于生存模型。Harrell 的 RMS 文本是一个非常有用的参考。他演示了如何使用参数(例如 Weibull)模型以及半参数 Cox 模型。