diff --git a/radiant.model/NAMESPACE b/radiant.model/NAMESPACE index de1623e3bcf3f7ed2635402858945836be8e10d5..2dbca831e8bdb7828098ca68288b33d4aae09dca 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 8aa57f92a4143ac0a09f039ee6b0226477f72ba9..bc7ef637aba91337bc501d44c883b8335f6359fa 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 18b67eda3f565ed3d0462e80c08a2161e64e8ac2..0000000000000000000000000000000000000000 --- 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 4eda373a5d3ec19e582911b6cc022c6de04ab62c..0000000000000000000000000000000000000000 --- 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 955a0cb5a78da5c13fd879f273b4c250d04a7d9a..0000000000000000000000000000000000000000 --- 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 占位 -}