-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
118 lines (117 loc) · 2.83 KB
/
NAMESPACE
File metadata and controls
118 lines (117 loc) · 2.83 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
export(add_common_aes)
export(all_partsurv)
export(boot.haz)
export(boot_haz_np)
export(boot_hr)
export(calc_prevalence)
export(calc_prop_sicker)
export(calc_sick)
export(calc_surv)
export(check_PFS_OS)
export(check_list_elements)
export(check_sum_of_transition_array)
export(check_transition_probability)
export(create_at_risk_table)
export(cumhaz_to_haz)
export(expected_surv)
export(find_interval_limits)
export(fit.fun)
export(fit.fun.cure)
export(fit.models.cure)
export(fit.mstate)
export(format_table_cea)
export(gen_data)
export(gen_wcc)
export(get_DARTH_cols)
export(get_os)
export(get_v_names_states)
export(hazard.fn)
export(labfun)
export(model.dist)
export(model.rmvnorm)
export(normboot.haz)
export(number_ticks)
export(odds_to_prob)
export(partsurv)
export(plot_ceac)
export(plot_evpi)
export(plot_exp_loss)
export(plot_icers)
export(plot_prevalence)
export(plot_proportion_sicker)
export(plot_psa)
export(plot_psa_distributions)
export(plot_surv)
export(plot_tc)
export(plot_te)
export(plot_trace)
export(plot_trace_PSM)
export(plot_trace_microsim)
export(plot_trace_microsim_shiny)
export(plot_trace_strategy)
export(prob_to_odds)
export(prob_to_prob)
export(prob_to_rate)
export(rate_to_prob)
export(rate_to_prob_old)
export(runMLE.cure)
export(samplev)
export(set_v_names_states)
export(surv_prob)
export(surv_to_haz)
export(trace.DES)
export(trans_prob)
export(trans_to_surv)
export(update_list_params)
export(update_param_list)
import(dplyr)
import(ggplot2)
importFrom(abind,abind)
importFrom(data.table,rbindlist)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(ellipse,ellipse)
importFrom(flexsurv,flexsurvreg)
importFrom(flexsurv,hweibull)
importFrom(flexsurv,normboot.flexsurvreg)
importFrom(flexsurv,pgompertz)
importFrom(flexsurv,pllogis)
importFrom(flexsurvcure,flexsurvcure)
importFrom(ggrepel,geom_label_repel)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(msm,msm)
importFrom(msm,prevalence.msm)
importFrom(muhaz,muhaz)
importFrom(rlang,.data)
importFrom(scales,comma)
importFrom(scales,dollar_format)
importFrom(stats,density)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,pexp)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,pweibull)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,time)
importFrom(stringr,str_sub)
importFrom(survHE,fit.models)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(survminer,ggsurvplot)
importFrom(tidyr,pivot_longer)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)
importFrom(utils,modifyList)
importFrom(zoo,rollmean)