-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
45 lines (44 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(LCx,beeSurvFit)
S3method(ShortTimeEffects,beeSurvFit)
S3method(TRT,beeSurvFit)
S3method(plot,beeSurvData)
S3method(plot,beeSurvFit)
S3method(plot,beeSurvPred)
S3method(plot,beeSurvValidation)
S3method(plot,ppc)
S3method(ppc,beeSurvFit)
S3method(ppc,beeSurvValidation)
S3method(predict,beeSurvFit)
S3method(summary,LCx)
S3method(summary,beeSurvFit)
S3method(traceplot,beeSurvFit)
S3method(validate,beeSurvFit)
export(LCx)
export(ShortTimeEffects)
export(TRT)
export(concAC)
export(concAO)
export(concCst)
export(correlation_plot)
export(criteriaCheck)
export(dataGUTS)
export(fitBeeGUTS)
export(ppc)
export(predict2)
export(priorposterior_plot)
export(traceplot)
export(validate)
import(RcppParallel)
import(ggplot2)
import(methods)
import(rstantools)
importFrom(Rcpp,loadModule)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(rstan,sampling)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,combn)
useDynLib(BeeGUTS, .registration = TRUE)