forked from mathiaslj/mcmcglm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 1 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
# Generated by roxygen2: do not edit by hand
S3method(coef,mcmcglm)
S3method(log_density,NegativeBinomial)
S3method(log_density,binomial)
S3method(log_density,gaussian)
S3method(log_density,poisson)
S3method(log_prior_density,default)
S3method(log_prior_density,list)
S3method(print,mcmcglm)
S3method(quantile,mcmcglm)
S3method(samples,mcmcglm)
S3method(trace_plot,mcmcglm)
export(compare_eta_comptime_across_nvars)
export(log_density)
export(log_likelihood)
export(log_potential_from_betaj)
export(mcmcglm)
export(mcmcglm_across_tuningparams)
export(plot_eta_comptime)
export(plot_mcmcglm_across_tuningparams)
export(samples)
export(trace_plot)
importFrom(magrittr,"%>%")
importFrom(stats,dbinom)
importFrom(stats,density)
importFrom(stats,dnbinom)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,gaussian)
importFrom(stats,is.empty.model)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(stats,time)