https://github.com/cran/precrec
Raw File
Tip revision: e81baf52b1c329d086042b1eefe3a218c87a1bcd authored by Takaya Saito on 10 March 2022, 12:00:02 UTC
version 0.12.9
Tip revision: e81baf5
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,aucroc)
S3method(as.data.frame,mmcurves)
S3method(as.data.frame,mmpoints)
S3method(as.data.frame,mscurves)
S3method(as.data.frame,mspoints)
S3method(as.data.frame,smcurves)
S3method(as.data.frame,smpoints)
S3method(as.data.frame,sscurves)
S3method(as.data.frame,sspoints)
S3method(auc,aucs)
S3method(auc,default)
S3method(auc_ci,aucs)
S3method(auc_ci,default)
S3method(autoplot,mmcurves)
S3method(autoplot,mmpoints)
S3method(autoplot,mscurves)
S3method(autoplot,mspoints)
S3method(autoplot,smcurves)
S3method(autoplot,smpoints)
S3method(autoplot,sscurves)
S3method(autoplot,sspoints)
S3method(fortify,mmcurves)
S3method(fortify,mmpoints)
S3method(fortify,mscurves)
S3method(fortify,mspoints)
S3method(fortify,smcurves)
S3method(fortify,smpoints)
S3method(fortify,sscurves)
S3method(fortify,sspoints)
S3method(part,default)
S3method(part,mmcurves)
S3method(part,mscurves)
S3method(part,smcurves)
S3method(part,sscurves)
S3method(pauc,aucs)
S3method(pauc,default)
S3method(plot,mmcurves)
S3method(plot,mmpoints)
S3method(plot,mscurves)
S3method(plot,mspoints)
S3method(plot,smcurves)
S3method(plot,smpoints)
S3method(plot,sscurves)
S3method(plot,sspoints)
S3method(print,aucroc)
S3method(print,beval_info)
S3method(print,curve_info)
S3method(print,mdat)
export(auc)
export(auc_ci)
export(create_sim_samples)
export(evalmod)
export(format_nfold)
export(join_labels)
export(join_scores)
export(mmdata)
export(part)
export(pauc)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,frank)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,fortify)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,polygon)
importFrom(methods,is)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rbeta)
importFrom(stats,rnorm)
importFrom(stats,sd)
useDynLib(precrec, .registration = TRUE)
back to top