forked from open-AIMS/toxval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 978 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
# Generated by roxygen2: do not edit by hand
S3method(ecx,bayesmanecfit)
S3method(ecx,bayesnecfit)
S3method(ecx,brmsfit)
S3method(nsec,bayesmanecfit)
S3method(nsec,bayesnecfit)
S3method(nsec,brmsfit)
S3method(nsec,drc)
S3method(predict,bayesmanecfit)
S3method(predict,bayesnecfit)
export(ecx)
export(nsec)
export(nsec_multi)
importFrom(bayesnec,bnec_newdata)
importFrom(bayesnec,pull_brmsfit)
importFrom(bayesnec,pull_out)
importFrom(brms,as_draws_df)
importFrom(brms,fixef)
importFrom(brms,posterior_epred)
importFrom(brms,posterior_predict)
importFrom(brms,posterior_summary)
importFrom(brms,prior_string)
importFrom(chk,chk_logical)
importFrom(chk,chk_numeric)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(modelbased,zero_crossings)
importFrom(stats,binomial)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(tidyr,everything)
importFrom(tidyr,pivot_longer)