-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
69 lines (68 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
S3method(BIC,cox_cure)
S3method(BIC,cox_cure_net)
S3method(BIC,cox_cure_net_uncer)
S3method(BIC,cox_cure_uncer)
S3method(coef,cox_cure)
S3method(coef,cox_cure_net)
S3method(coef,cox_cure_net_uncer)
S3method(coef,cox_cure_uncer)
S3method(print,cox_cure)
S3method(print,cox_cure_net)
S3method(print,cox_cure_net_uncer)
S3method(print,cox_cure_uncer)
S3method(print,summary_cox_cure)
S3method(print,summary_cox_cure_uncer)
S3method(summary,cox_cure)
S3method(summary,cox_cure_uncer)
export(Survi)
export(bootSe)
export(cIndex)
export(cox_cure)
export(cox_cure.fit)
export(cox_cure_net)
export(cox_cure_net.fit)
export(iCoxph)
export(iCoxph.control)
export(iCoxph.start)
export(simData4cure)
export(simData4iCoxph)
exportClasses(Survi)
exportClasses(iCoxph)
exportClasses(summary.iCoxph)
exportMethods(coef)
exportMethods(show)
exportMethods(summary)
importFrom(Rcpp,sourceCpp)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,show)
importFrom(methods,validObject)
importFrom(stats,.getXlevels)
importFrom(stats,BIC)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.frame.default)
importFrom(stats,model.matrix)
importFrom(stats,model.matrix.default)
importFrom(stats,model.offset)
importFrom(stats,na.exclude)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nlm)
importFrom(stats,pnorm)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
useDynLib(intsurv)