-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
74 lines (73 loc) · 1.76 KB
/
NAMESPACE
File metadata and controls
74 lines (73 loc) · 1.76 KB
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
# Generated by roxygen2: do not edit by hand
S3method(print,sensSpecTable)
export("%!in%")
export("%>%")
export("%notin%")
export("%|%")
export("%||%")
export(bootstrapIDI)
export(calculate_auc)
export(calculate_nlr)
export(calculate_npv)
export(calculate_plr)
export(calculate_ppv)
export(calculate_sensitivity)
export(calculate_specificity)
export(clinicopath_startup_message)
export(datetimeconverter)
export(is_in_range)
export(multisurvival)
export(oddsratio)
export(outcomeorganizer)
export(prop_to_percent)
export(raw_to_prob)
export(safe_divide)
export(singlearm)
export(survival)
export(survivalcont)
export(timeinterval)
export(validateROCInputs)
import(dplyr)
import(finalfit)
import(glue)
import(jmvcore)
import(lubridate)
import(magrittr)
import(survival)
import(survminer)
importFrom(R6,R6Class)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,complete.cases)
importFrom(stats,glm)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qbeta)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rlnorm)
importFrom(stats,runif)
importFrom(survminer,ggcompetingrisks)
importFrom(survminer,ggsurvplot)
importFrom(utils,install.packages)
importFrom(utils,sessionInfo)
importFrom(utils,tail)