-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
export(Influence)
export(coeffs)
export(geo_mean)
export(get_bayes_R2)
export(get_coefs)
export(get_coefs_raw)
export(get_first_term)
export(get_index)
export(get_influ)
export(get_influ2)
export(get_marginal)
export(get_unstandarsied)
export(id_var_type)
export(influ_app)
export(plot_bayesian_cdi)
export(plot_bayesian_cdi2)
export(plot_bubble)
export(plot_compare)
export(plot_data_extent)
export(plot_hurdle)
export(plot_implied_residuals)
export(plot_index)
export(plot_influ)
export(plot_predicted_residuals)
export(plot_qq)
export(plot_step)
export(ses)
export(table_criterion)
import(brms)
import(dplyr)
import(ggplot2)
import(patchwork)
import(proto)
import(shiny)
importFrom(brms,add_criterion)
importFrom(brms,is.brmsfit)
importFrom(brms,posterior_samples)
importFrom(gtable,gtable_filter)
importFrom(gtable,is.gtable)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(lubridate,seconds_to_period)
importFrom(nlme,fixef)
importFrom(nlme,ranef)
importFrom(readr,parse_number)
importFrom(reshape2,melt)
importFrom(rstan,get_elapsed_time)
importFrom(rstan,get_num_upars)
importFrom(stats,as.formula)
importFrom(stats,coefficients)
importFrom(stats,fitted)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,poly)
importFrom(stats,ppoints)
importFrom(stats,qgamma)
importFrom(stats,qnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,setNames)
importFrom(stringi,stri_trim_right)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,all_of)