-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
50 lines (49 loc) · 1.16 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
48
49
50
# Generated by roxygen2: do not edit by hand
S3method(loo,disbayes)
S3method(plot,disbayes)
S3method(plot,disbayes_hier)
S3method(print,disbayes)
S3method(summary,disbayes)
S3method(tidy,disbayes)
S3method(tidy,disbayes_hier)
export(ci2num)
export(conflict_disbayes)
export(disbayes)
export(disbayes_hier)
export(loo)
export(loo_indiv)
export(looi_disbayes)
export(plotfit_data_disbayes)
export(plotfit_disbayes)
export(tidy)
export(tidy_obsdat)
import(Rcpp)
import(dplyr)
import(methods)
import(tibble)
importFrom(generics,tidy)
importFrom(loo,loo)
importFrom(magrittr,"%>%")
importFrom(matrixStats,colQuantiles)
importFrom(mgcv,jagam)
importFrom(mgcv,s)
importFrom(mgcv,smoothCon)
importFrom(rstan,sampling)
importFrom(stats,coef)
importFrom(stats,dbinom)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,pgamma)
importFrom(stats,qbeta)
importFrom(stats,qexp)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(stats,uniroot)
importFrom(tidyr,extract)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
useDynLib(disbayes, .registration = TRUE)