Commit 393b0b3d authored by wuzekai's avatar wuzekai

update

parent ad60c0cf
# Generated by roxygen2: do not edit by hand # Generated by roxygen2: do not edit by hand
S3method(plot,confusion) S3method(plot,confusion)
S3method(plot,coxp)
S3method(plot,crs) S3method(plot,crs)
S3method(plot,crtree) S3method(plot,crtree)
S3method(plot,dtree) S3method(plot,dtree)
...@@ -42,6 +43,7 @@ S3method(print,rforest.predict) ...@@ -42,6 +43,7 @@ S3method(print,rforest.predict)
S3method(print,svm.predict) S3method(print,svm.predict)
S3method(render,DiagrammeR) S3method(render,DiagrammeR)
S3method(sensitivity,dtree) S3method(sensitivity,dtree)
S3method(store,coxp.predict)
S3method(store,crs) S3method(store,crs)
S3method(store,mnl.predict) S3method(store,mnl.predict)
S3method(store,model) S3method(store,model)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
% Please edit documentation in R/cox.R % Please edit documentation in R/cox.R
\name{coxp} \name{coxp}
\alias{coxp} \alias{coxp}
\title{Cox Proportional Hazards Regression (minimal)} \title{Cox Proportional Hazards Regression}
\usage{ \usage{
coxp( coxp(
dataset, dataset,
...@@ -19,5 +19,5 @@ coxp( ...@@ -19,5 +19,5 @@ coxp(
) )
} }
\description{ \description{
Cox Proportional Hazards Regression (minimal) Cox Proportional Hazards Regression
} }
% 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 占位
}
% 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 预测占位
}
% 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 占位
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment