-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.38 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
# Generated by roxygen2: do not edit by hand
export(add_car1)
export(add_car1_err)
export(add_pred_draws_car1)
export(add_resid_draws_car1)
export(add_stancode)
export(calc_acf)
export(calc_ll)
export(extract_params)
export(extract_resp)
export(filter_car1)
export(fit_stan_model)
export(impute_censored)
export(local_slope)
export(loo_cv)
export(modify_stancode)
export(modify_standata)
export(ppc_km_nada)
export(retrans)
export(summarize_preds)
importFrom(NADA,Cen)
importFrom(NADA,cenfit)
importFrom(NADA,flip)
importFrom(NADA,summary)
importFrom(brms,as_draws_df)
importFrom(brms,brm)
importFrom(brms,brmsterms)
importFrom(brms,dstudent_t)
importFrom(brms,is.brmsfit)
importFrom(brms,make_stancode)
importFrom(brms,make_standata)
importFrom(brms,posterior_smooths)
importFrom(brms,prepare_predictions)
importFrom(brms,pstudent_t)
importFrom(brms,read_csv_as_stanfit)
importFrom(brms,rename_pars)
importFrom(brms,rstudent_t)
importFrom(brms,student)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,dcast)
importFrom(data.table,setorderv)
importFrom(data.table,shift)
importFrom(dplyr,"%>%")
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(loo,loo)
importFrom(loo,relative_eff)
importFrom(purrr,map)
importFrom(rlang,.data)
importFrom(rstan,read_stan_csv)
importFrom(rstan,stan)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidybayes,add_epred_draws)
importFrom(tidybayes,add_predicted_draws)
importFrom(tidyr,crossing)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,starts_with)
importFrom(withr,with_seed)