-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
128 lines (127 loc) · 3.66 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Generated by roxygen2: do not edit by hand
S3method(as.array,salmonIPMfit)
S3method(as.data.frame,salmonIPMfit)
S3method(as.matrix,salmonIPMfit)
S3method(loo::loo,salmonIPMfit)
S3method(posterior::as_draws,salmonIPMfit)
S3method(posterior::as_draws_array,salmonIPMfit)
S3method(posterior::as_draws_df,salmonIPMfit)
S3method(posterior::as_draws_list,salmonIPMfit)
S3method(posterior::as_draws_matrix,salmonIPMfit)
S3method(posterior::as_draws_rvars,salmonIPMfit)
S3method(print,salmonIPMfit)
S3method(rstantools::log_lik,salmonIPMfit)
S3method(rstantools::nsamples,salmonIPMfit)
S3method(rstantools::prior_summary,salmonIPMfit)
S3method(shinystan::launch_shinystan,salmonIPMfit)
S3method(summary,salmonIPMfit)
export(SR)
export(as_draws)
export(as_draws_array)
export(as_draws_df)
export(as_draws_list)
export(as_draws_matrix)
export(as_draws_rvars)
export(beta)
export(dirichlet)
export(extract1)
export(gnormal)
export(launch_shinystan)
export(lkj_corr)
export(log_lik)
export(lognormal)
export(loo)
export(normal)
export(nsamples)
export(par_defs)
export(par_model_matrix)
export(plot_prior_posterior)
export(prior_summary)
export(run_recon)
export(salmonIPM)
export(simIPM)
export(stan_data)
export(stan_init)
export(stan_mean)
export(stan_pars)
export(test_unicode)
export(uniform)
import(Rcpp)
import(gnorm)
import(methods)
import(stats)
importFrom(RcppParallel,CxxFlags)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(distributional,dist_beta)
importFrom(distributional,dist_lognormal)
importFrom(distributional,dist_normal)
importFrom(distributional,dist_truncated)
importFrom(distributional,dist_uniform)
importFrom(distributional,dist_wrap)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,group_by)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,reframe)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(ggdist,dlkjcorr_marginal)
importFrom(ggdist,plkjcorr_marginal)
importFrom(ggdist,qlkjcorr_marginal)
importFrom(ggdist,rlkjcorr_marginal)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,alpha)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,vars)
importFrom(loo,loo)
importFrom(loo,relative_eff)
importFrom(mvtnorm,rmvnorm)
importFrom(posterior,as_draws)
importFrom(posterior,as_draws_array)
importFrom(posterior,as_draws_df)
importFrom(posterior,as_draws_list)
importFrom(posterior,as_draws_matrix)
importFrom(posterior,as_draws_rvars)
importFrom(posterior,as_rvar)
importFrom(posterior,ess_bulk)
importFrom(posterior,is_rvar)
importFrom(posterior,mutate_variables)
importFrom(posterior,rhat)
importFrom(posterior,summarize_draws)
importFrom(rstan,check_divergences)
importFrom(rstan,check_energy)
importFrom(rstan,check_treedepth)
importFrom(rstan,extract)
importFrom(rstan,get_bfmi)
importFrom(rstan,get_elapsed_time)
importFrom(rstan,get_num_divergent)
importFrom(rstan,get_num_max_treedepth)
importFrom(rstan,get_posterior_mean)
importFrom(rstan,sampling)
importFrom(rstantools,log_lik)
importFrom(rstantools,nsamples)
importFrom(rstantools,prior_summary)
importFrom(shinystan,launch_shinystan)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(utils,as.relistable)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,relist)
importFrom(utils,tail)
useDynLib(salmonIPM, .registration = TRUE)