-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(combine_with_existing_datasets)
export(compare_model_fits_with_bf)
export(compare_model_fits_with_loo)
export(fit_progression_rate_model)
export(get_type_invasiveness_for_study)
export(plot_case_carrier_predictions)
export(plot_progression_rates)
export(plot_study_scale_factors)
export(process_input_data)
export(process_input_xlsx)
export(process_progression_rate_model_output)
export(validate_progression_estimation_dataset)
import(Rcpp)
import(methods)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_shape_binned)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rstan,sampling)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stringr,str_trim)
useDynLib(progressionEstimation, .registration = TRUE)