From 11c221e36214ba44f80c51a0bb3cb145d82840c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:39:19 +0000 Subject: [PATCH 1/3] Initial plan From adc11a92f82e2d2dd12b15edbd5df9614cb628ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:41:02 +0000 Subject: [PATCH 2/3] docs: clarify survFit newdata=NULL centering behavior --- man/survFit.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/survFit.Rd b/man/survFit.Rd index c85c7ee..f3af121 100644 --- a/man/survFit.Rd +++ b/man/survFit.Rd @@ -23,7 +23,7 @@ \details{ If \code{newdata = NULL}, the survivor function of the Cox proportional - hazards model is computed for the mean of the covariates used in the + hazards model is computed for a centered linear predictor from the \code{\link{blackboost}}, \code{\link{gamboost}}, or \code{\link{glmboost}} call. The Breslow estimator is used for computing the baseline survivor function. If \code{newdata} is a data frame, the \code{\link{predict}} method From cd37cb4d9bea4f680ed8ec9dbc6bc920598ccf75 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:41:38 +0000 Subject: [PATCH 3/3] docs: refine centered linear predictor wording --- man/survFit.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/survFit.Rd b/man/survFit.Rd index f3af121..a0d67c3 100644 --- a/man/survFit.Rd +++ b/man/survFit.Rd @@ -23,7 +23,7 @@ \details{ If \code{newdata = NULL}, the survivor function of the Cox proportional - hazards model is computed for a centered linear predictor from the + hazards model is computed for a centered linear predictor based on the \code{\link{blackboost}}, \code{\link{gamboost}}, or \code{\link{glmboost}} call. The Breslow estimator is used for computing the baseline survivor function. If \code{newdata} is a data frame, the \code{\link{predict}} method