-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
65 lines (64 loc) · 1.61 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(extract,jsdmStanFit)
S3method(log_posterior,jsdmStanFit)
S3method(loo,jsdmStanFit)
S3method(mcmc_plot,jsdmStanFit)
S3method(neff_ratio,jsdmStanFit)
S3method(nuts_params,jsdmStanFit)
S3method(plot,jsdmStanFit)
S3method(posterior_linpred,jsdmStanFit)
S3method(posterior_predict,jsdmStanFit)
S3method(pp_check,jsdmStanFit)
S3method(print,jsdmStanFamily)
S3method(print,jsdmStanFit)
S3method(print,jsdmprior)
S3method(print,jsdmstan_model)
S3method(rhat,jsdmStanFit)
S3method(stan_gllvm,default)
S3method(stan_gllvm,formula)
S3method(stan_jsdm,default)
S3method(stan_jsdm,formula)
S3method(stan_mglmm,default)
S3method(stan_mglmm,formula)
S3method(summary,jsdmStanFit)
S3method(update,jsdmStanFit)
export(corrplot)
export(envplot)
export(extract)
export(get_parnames)
export(gllvm_sim_data)
export(jsdm_prior)
export(jsdm_sim_data)
export(jsdm_stancode)
export(jsdm_statsummary)
export(log_posterior)
export(mcmc_plot)
export(mglmm_sim_data)
export(multi_pp_check)
export(neff_ratio)
export(nuts_params)
export(ordiplot)
export(posterior_linpred)
export(posterior_predict)
export(posterior_zipred)
export(pp_check)
export(rgampois)
export(rhat)
export(rinvgamma)
export(rlkj)
export(rstudentt)
export(stan_gllvm)
export(stan_jsdm)
export(stan_mglmm)
import(BH)
import(Rcpp)
importFrom(RcppParallel,CxxFlags)
importFrom(bayesplot,log_posterior)
importFrom(bayesplot,neff_ratio)
importFrom(bayesplot,nuts_params)
importFrom(bayesplot,pp_check)
importFrom(bayesplot,rhat)
importFrom(loo,loo)
importFrom(rlang,.data)
importFrom(rstantools,posterior_linpred)
importFrom(rstantools,posterior_predict)