-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 825 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 825 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
27
28
29
30
31
32
# Generated by roxygen2: do not edit by hand
S3method(posterior_predict,paramedic)
S3method(print,paramedic)
export(extract_posterior_summaries)
export(gen_quantile_interval)
export(gen_wald_interval)
export(predict_paramedic)
export(process_data)
export(run_paramedic)
export(summary.paramedic)
import(Rcpp)
import(methods)
import(rstantools)
importFrom(dplyr,.data)
importFrom(dplyr,ends_with)
importFrom(dplyr,left_join)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(rstan,extract)
importFrom(rstan,sampling)
importFrom(rstan,summary)
importFrom(stats,rmultinom)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,var)
importFrom(tibble,as_tibble)
useDynLib(paramedic, .registration = TRUE)