generated from DARTH-git/darthpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 789 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(calculate_ce_out)
export(calibration_out)
export(check_sum_of_transition_array)
export(check_transition_probability)
export(data_summary)
export(decision_model)
export(generate_psa_params)
export(likelihood)
export(load_all_params)
export(load_mort_data)
export(log_lik)
export(log_post)
export(log_prior)
export(open_guide)
export(owsa_det)
export(posterior)
export(prior)
export(sample.prior)
export(twsa_det)
export(update_param_list)
import(dplyr)
import(utils)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(rlang,.data)
importFrom(stats,dnorm)
importFrom(stats,dunif)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,rbeta)
importFrom(stats,rgamma)
importFrom(stats,sd)
importFrom(utils,browseURL)