-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
39 lines (38 loc) · 931 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(coef,dpGLM)
S3method(coef,hdpGLM)
S3method(plot,dpGLM)
S3method(plot,hdpGLM)
S3method(predict,dpGLM)
S3method(predict,hdpGLM)
S3method(print,dpGLM)
S3method(print,dpGLM_data)
S3method(print,hdpGLM)
S3method(print,hdpGLM_data)
S3method(summary,dpGLM)
S3method(summary,dpGLM_data)
S3method(summary,hdpGLM)
S3method(summary,hdpGLM_data)
export(classify)
export(hdpGLM)
export(hdpGLM_classify)
export(hdpGLM_simParameters)
export(hdpGLM_simulateData)
export(mcmc_info.dpGLM)
export(mcmc_info.hdpGLM)
export(nclusters)
export(plot_beta)
export(plot_beta_sim)
export(plot_hdpglm)
export(plot_pexp_beta)
export(plot_tau)
export(summary_tidy)
importFrom(Hmisc,wtd.quantile)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(stats,median)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(hdpGLM)