-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
71 lines (70 loc) · 1.53 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
# 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(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_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(runMLE.cure)
export(samplev)
export(surv_prob)
export(surv_to_haz)
export(trace.DES)
export(trans_prob)
export(trans_to_surv)
export(update_param_list)
import(dplyr)
import(ggplot2)
importFrom(ellipse,ellipse)
importFrom(ggrepel,geom_label_repel)
importFrom(scales,comma)
importFrom(scales,dollar_format)
importFrom(stringr,str_sub)
importFrom(tidyr,pivot_longer)