forked from benkeser/cvtmleAUC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 966 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
S3method(print,cvauc)
export(.getMCAveragedResults)
export(boot_corrected_auc)
export(boot_corrected_cvtn)
export(both_632boot)
export(cvauc_cvtmle)
export(cvtn_cvtmle)
export(glm_wrapper)
export(glmnet_wrapper)
export(leave_pair_out_auc)
export(polymars_wrapper)
export(randomforest_wrapper)
export(ranger_wrapper)
export(stepglm_wrapper)
export(superlearner_wrapper)
export(svm_wrapper)
export(xgboost_wrapper)
importFrom(SuperLearner,CVFolds)
importFrom(SuperLearner,SuperLearner)
importFrom(bde,bde)
importFrom(cvAUC,ci.cvAUC)
importFrom(cvma,ci.cvAUC_withIC)
importFrom(e1071,svm)
importFrom(glmnet,cv.glmnet)
importFrom(np,npudens)
importFrom(np,npudensbw)
importFrom(polspline,polyclass)
importFrom(randomForest,randomForest)
importFrom(ranger,ranger)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,uniroot)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgboost)