-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
executable file
·96 lines (95 loc) · 2.47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
S3method(BuyseTTEM,BuyseTTEM)
S3method(BuyseTTEM,formula)
S3method(BuyseTTEM,prodlim)
S3method(BuyseTTEM,survreg)
S3method(as.data.frame,BuyseMultComp)
S3method(as.data.table,BuyseMultComp)
S3method(as.data.table,performance)
S3method(as.data.table,performanceResample)
S3method(autoplot,S3sensitivity)
S3method(autoplot,S4BuyseTest)
S3method(coef,BuyseMultComp)
S3method(coef,BuyseTestAuc)
S3method(coef,BuyseTestBrier)
S3method(confint,BuyseMultComp)
S3method(confint,BuyseTestAuc)
S3method(confint,BuyseTestBrier)
S3method(iid,BuyseMultComp)
S3method(iid,BuyseTTEM)
S3method(iid,BuyseTestAuc)
S3method(iid,BuyseTestBrier)
S3method(iid,S3sensitivity)
S3method(iid,prodlim)
S3method(model.tables,BuyseMultComp)
S3method(plot,S3sensitivity)
S3method(predict,BuyseTTEM)
S3method(print,BuyseMultComp)
S3method(print,performance)
S3method(rbind,performance)
S3method(sim,simBuyseTest)
S3method(summary,performance)
export(.calcIntegralCif_cpp)
export(.calcIntegralSurv_cpp)
export(BuyseMultComp)
export(BuyseTTEM)
export(BuyseTest)
export(BuyseTest.options)
export(CasinoTest)
export(GPC2_cpp)
export(GPC_cpp)
export(auc)
export(brier)
export(calcIntegralSurv2_cpp)
export(constStrata)
export(performance)
export(performanceResample)
export(powerBuyseTest)
export(simBuyseTest)
export(simCompetingRisks)
exportClasses(S4BuysePower)
exportClasses(S4BuyseTest)
exportMethods(coef)
exportMethods(confint)
exportMethods(getCount)
exportMethods(getIid)
exportMethods(getPairScore)
exportMethods(getPseudovalue)
exportMethods(getSurvival)
exportMethods(model.tables)
exportMethods(nobs)
exportMethods(plot)
exportMethods(print)
exportMethods(sensitivity)
exportMethods(show)
exportMethods(summary)
import(Rcpp)
import(data.table)
import(methods)
importFrom(ggplot2,autoplot)
importFrom(lava,"latent<-")
importFrom(lava,categorical)
importFrom(lava,coxExponential.lvm)
importFrom(lava,distribution)
importFrom(lava,eventTime)
importFrom(lava,iid)
importFrom(lava,lvm)
importFrom(lava,sim)
importFrom(lava,vars)
importFrom(parallel,detectCores)
importFrom(prodlim,Hist)
importFrom(prodlim,prodlim)
importFrom(rlang,.data)
importFrom(scales,percent)
importFrom(stats,as.formula)
importFrom(stats,delete.response)
importFrom(stats,formula)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats4,summary)
importFrom(utils,capture.output)
importFrom(utils,tail)
useDynLib(BuyseTest, .registration=TRUE)