-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.4 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
51
# Generated by roxygen2: do not edit by hand
export(boot.modmed.mlm)
export(boot.modmed.mlm.custom)
export(bootresid.modmed.mlm)
export(extract.boot.modmed.mlm)
export(extract.modmed.mlm)
export(extract.modmed.mlm.brms)
export(modmed.mlm)
export(modmed.mlm.brms)
export(stack_bpg)
import(brms)
importFrom(MCMCpack,xpnd)
importFrom(brms,as_draws_matrix)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,multicore)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(glmmTMB,VarCorr)
importFrom(glmmTMB,glmmTMB)
importFrom(glmmTMB,glmmTMBControl)
importFrom(matrixcalc,vech)
importFrom(nlme,fixef)
importFrom(nlme,getVarCov)
importFrom(nlme,lme)
importFrom(nlme,lmeControl)
importFrom(nlme,random.effects)
importFrom(nlme,varIdent)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(parallelly,supportsMulticore)
importFrom(posterior,ess_bulk)
importFrom(posterior,ess_tail)
importFrom(posterior,mad)
importFrom(posterior,quantile2)
importFrom(posterior,rhat)
importFrom(posterior,sd)
importFrom(posterior,summarise_draws)
importFrom(stats,as.formula)
importFrom(stats,gaussian)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)
importFrom(utils,citation)