forked from cran/LTRCforests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.01 KB
/
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
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
S3method(predictProb,ltrccif)
S3method(predictProb,ltrcrrf)
S3method(print,ltrccif)
S3method(print,ltrcrrf)
export(ltrccif)
export(ltrcrrf)
export(predictProb)
export(print)
export(sbrier_ltrc)
export(tune.ltrccif)
export(tune.ltrcrrf)
import(ipred)
import(partykit)
import(prodlim)
import(stats)
import(survival)
import(utils)
importFrom(graphics,axis)
importFrom(parallel,mclapply)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,cutree)
importFrom(stats,dlnorm)
importFrom(stats,formula)
importFrom(stats,hclust)
importFrom(stats,lowess)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,supsmu)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(survival,Surv)
useDynLib(LTRCforests2, .registration = TRUE)