From 393b0b3d5efe02b49c720ce0c0b0cce881b7392d Mon Sep 17 00:00:00 2001 From: wuzekai <3025054974@qq.com> Date: Tue, 14 Oct 2025 09:24:52 +0800 Subject: [PATCH] update --- radiant.model/NAMESPACE | 2 ++ radiant.model/man/coxp.Rd | 4 ++-- radiant.model/man/predict.coxp.Rd | 18 ------------------ radiant.model/man/print.coxp.predict.Rd | 11 ----------- radiant.model/man/summary.coxp.Rd | 11 ----------- 5 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 radiant.model/man/predict.coxp.Rd delete mode 100644 radiant.model/man/print.coxp.predict.Rd delete mode 100644 radiant.model/man/summary.coxp.Rd diff --git a/radiant.model/NAMESPACE b/radiant.model/NAMESPACE index de1623e..2dbca83 100644 --- a/radiant.model/NAMESPACE +++ b/radiant.model/NAMESPACE @@ -1,6 +1,7 @@ # Generated by roxygen2: do not edit by hand S3method(plot,confusion) +S3method(plot,coxp) S3method(plot,crs) S3method(plot,crtree) S3method(plot,dtree) @@ -42,6 +43,7 @@ S3method(print,rforest.predict) S3method(print,svm.predict) S3method(render,DiagrammeR) S3method(sensitivity,dtree) +S3method(store,coxp.predict) S3method(store,crs) S3method(store,mnl.predict) S3method(store,model) diff --git a/radiant.model/man/coxp.Rd b/radiant.model/man/coxp.Rd index 8aa57f9..bc7ef63 100644 --- a/radiant.model/man/coxp.Rd +++ b/radiant.model/man/coxp.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/cox.R \name{coxp} \alias{coxp} -\title{Cox Proportional Hazards Regression (minimal)} +\title{Cox Proportional Hazards Regression} \usage{ coxp( dataset, @@ -19,5 +19,5 @@ coxp( ) } \description{ -Cox Proportional Hazards Regression (minimal) +Cox Proportional Hazards Regression } diff --git a/radiant.model/man/predict.coxp.Rd b/radiant.model/man/predict.coxp.Rd deleted file mode 100644 index 18b67ed..0000000 --- a/radiant.model/man/predict.coxp.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/cox.R -\name{predict.coxp} -\alias{predict.coxp} -\title{Predict 占位} -\usage{ -\method{predict}{coxp}( - object, - pred_data = NULL, - pred_cmd = "", - dec = 3, - envir = parent.frame(), - ... -) -} -\description{ -Predict 占位 -} diff --git a/radiant.model/man/print.coxp.predict.Rd b/radiant.model/man/print.coxp.predict.Rd deleted file mode 100644 index 4eda373..0000000 --- a/radiant.model/man/print.coxp.predict.Rd +++ /dev/null @@ -1,11 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/cox.R -\name{print.coxp.predict} -\alias{print.coxp.predict} -\title{Print 预测占位} -\usage{ -\method{print}{coxp.predict}(x, ..., n = 10) -} -\description{ -Print 预测占位 -} diff --git a/radiant.model/man/summary.coxp.Rd b/radiant.model/man/summary.coxp.Rd deleted file mode 100644 index 955a0cb..0000000 --- a/radiant.model/man/summary.coxp.Rd +++ /dev/null @@ -1,11 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/cox.R -\name{summary.coxp} -\alias{summary.coxp} -\title{Summary 占位} -\usage{ -\method{summary}{coxp}(object, ...) -} -\description{ -Summary 占位 -} -- 2.22.0