-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) 路 846 Bytes
/
Copy pathNAMESPACE
File metadata and controls
31 lines (30 loc) 路 846 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(print,statsExpressions)
export(add_expression_col)
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(pairwise_comparisons)
export(pairwise_contingency_table)
export(stats_type_switch)
export(tidy_model_expressions)
export(tidy_model_parameters)
export(two_sample_test)
import(dplyr)
import(glue)
import(rlang)
importFrom(bayestestR,describe_posterior)
importFrom(insight,check_if_installed)
importFrom(insight,format_value)
importFrom(insight,standardize_names)
importFrom(parameters,model_parameters)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(rstantools,bayes_R2)