-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,case_data)
export(as_case_data)
export(autoplot)
export(get_biomarker_levels)
export(get_biomarker_names_var)
export(initsfunction)
export(load_data)
export(plot_jags_Rhat)
export(plot_jags_dens)
export(plot_jags_effect)
export(plot_jags_trace)
export(post_summ)
export(postprocess_jags_output)
export(prep_data)
export(prep_priors)
export(run_mod)
export(serodynamics_example)
export(sim_case_data)
export(sim_n_obs)
importFrom(dplyr,.data)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,reframe)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggmcmc,ggs)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(rlang,.data)
importFrom(runjags,run.jags)
importFrom(serocalculator,get_biomarker_levels)
importFrom(serocalculator,get_biomarker_names)
importFrom(serocalculator,get_biomarker_names_var)
importFrom(serocalculator,get_values)
importFrom(serocalculator,ids)
importFrom(serocalculator,ids_varname)
importFrom(stats,complete.cases)
importFrom(stats,quantile)
importFrom(tidyr,pivot_wider)
importFrom(utils,read.csv)