-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
26 lines (25 loc) · 734 Bytes
/
Copy pathNAMESPACE
File metadata and controls
26 lines (25 loc) · 734 Bytes
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
# Generated by roxygen2: do not edit by hand
export(adjust_survival_curve)
export(calculate_ae_costs)
export(calculate_efs_costs)
export(calculate_markov_trace)
export(calculate_pps_costs)
export(calculate_treatment_costs)
export(convert_hazard_to_probability)
export(convert_hazard_to_survival)
export(convert_survival_to_hazard)
export(estimate_se)
export(get_lifeTable_mortality_probs)
export(get_lifeTable_survival_curve)
export(get_sampling_params)
export(interpolate_survival_curve)
export(perform_economic_analysis)
export(plot_owsa)
export(predict_cumulative_survival)
export(predict_survival_curve)
export(run_owsa)
export(run_psa)
export(run_psm)
export(sample_psa_data)
importFrom(mgcv,s)
importFrom(truncnorm,rtruncnorm)