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.
我可以看到 cv.glm 如何与 glm 对象一起工作,但是拟合的生存模型呢?
我有一堆模型(Weibull、Gompertz、lognormal 等)。我想使用交叉验证来评估预测误差。哪个包/函数可以在 R 中做到这一点?
SuperLearner可以对一个大型的底层机器学习算法库进行 V 折交叉验证,但不确定它是否包含生存模型。或者,查看cvTools包,它旨在帮助对您提供的任何预测算法进行交叉验证。
SuperLearner
cvTools