-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 853 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 853 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
33
# Generated by roxygen2: do not edit by hand
S3method(plot,hmde_model_template)
S3method(print,hmde_model_template)
S3method(summary,hmde_model_template)
export(hmde_affine_de)
export(hmde_assign_data)
export(hmde_canham_de)
export(hmde_const_de)
export(hmde_extract_Rhat)
export(hmde_extract_estimates)
export(hmde_model)
export(hmde_model_des)
export(hmde_model_names)
export(hmde_model_pars)
export(hmde_plot_Rhat_hist)
export(hmde_plot_de_pieces)
export(hmde_plot_obs_est_inds)
export(hmde_run)
export(hmde_vb_de)
import(Rcpp)
import(dplyr)
import(ggplot2)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(cowplot,plot_grid)
importFrom(rstan,Rhat)
importFrom(rstan,sampling)
importFrom(rstantools,rstan_config)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,setNames)
useDynLib(hmde, .registration = TRUE)