-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·36 lines (35 loc) · 868 Bytes
/
NAMESPACE
File metadata and controls
executable file
·36 lines (35 loc) · 868 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(importance,rfPermute)
S3method(predict,rfPermute)
S3method(print,rfPermute)
S3method(rfPermute,default)
S3method(rfPermute,formula)
S3method(summary,randomForest)
S3method(summary,rfPermute)
export(as.randomForest)
export(balancedSampsize)
export(casePredictions)
export(classPriors)
export(cleanRFdata)
export(combineRP)
export(confusionMatrix)
export(importance)
export(pctCorrect)
export(plotConfMat)
export(plotImpPreds)
export(plotImportance)
export(plotInbag)
export(plotNull)
export(plotPredictedProbs)
export(plotProximity)
export(plotTrace)
export(plotVotes)
export(rfPermute)
export(rfPermuteTutorial)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(rlang,.data)
importFrom(stats,na.fail)
importFrom(stats,predict)