-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
S3method(print,statsExpressions)
export("%<-%")
export("%<>%")
export("%>%")
export(add_expression_col)
export(as_tibble)
export(centrality_description)
export(contingency_table)
export(corr_test)
export(extract_stats_type)
export(long_to_wide_converter)
export(meta_analysis)
export(one_sample_test)
export(oneway_anova)
export(p_adjust_text)
export(pairwise_comparisons)
export(stats_type_switch)
export(tibble)
export(tidy_model_expressions)
export(tidy_model_parameters)
export(two_sample_test)
import(dplyr)
import(effectsize)
import(glue)
import(rlang)
importFrom(bayestestR,describe_posterior)
importFrom(dplyr,as_tibble)
importFrom(dplyr,tibble)
importFrom(insight,check_if_installed)
importFrom(insight,format_value)
importFrom(insight,standardize_names)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(parameters,model_parameters)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(rstantools,bayes_R2)
importFrom(zeallot,"%<-%")