forked from IndrajeetPatil/statsExpressions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI
More file actions
39 lines (35 loc) Β· 2.48 KB
/
Copy pathAPI
File metadata and controls
39 lines (35 loc) Β· 2.48 KB
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
# API for statsExpressions package
## Exported functions
expr_anova_bayes(data, x, y, paired = FALSE, bf.prior = 0.707, k = 2L, ...)
expr_anova_nonparametric(data, x, y, paired = FALSE, k = 2L, conf.level = 0.95, conf.type = "perc", nboot = 100L, stat.title = NULL, ...)
expr_anova_parametric(data, x, y, paired = FALSE, k = 2L, conf.level = 0.95, effsize.type = "unbiased", partial = TRUE, var.equal = FALSE, sphericity.correction = TRUE, stat.title = NULL, ...)
expr_anova_robust(data, x, y, paired = FALSE, k = 2L, conf.level = 0.95, tr = 0.1, nboot = 100L, stat.title = NULL, ...)
expr_contingency_tab(data, x, y = NULL, counts = NULL, ratio = NULL, k = 2L, conf.level = 0.95, conf.type = "norm", nboot = 100L, paired = FALSE, stat.title = NULL, bias.correct = TRUE, ...)
expr_corr_test(data, x, y, k = 2L, conf.level = 0.95, beta = 0.1, type = "parametric", bf.prior = 0.707, stat.title = NULL, ...)
expr_meta_bayes(data, d = prior("norm", c(mean = 0, sd = 0.3)), tau = prior("invgamma", c(shape = 1, scale = 0.15)), k = 2L, ...)
expr_meta_parametric(data, k = 2L, conf.level = 0.95, output = "subtitle", caption = NULL, ...)
expr_meta_robust(data, random = "mixture", k = 2L, ...)
expr_onesample_proptest(data, x, y = NULL, counts = NULL, ratio = NULL, k = 2L, conf.level = 0.95, conf.type = "norm", nboot = 100L, paired = FALSE, stat.title = NULL, bias.correct = TRUE, ...)
expr_t_bayes(data, x, y, paired = FALSE, k = 2L, bf.prior = 0.707, ...)
expr_t_nonparametric(data, x, y, paired = FALSE, k = 2L, conf.level = 0.95, conf.type = "norm", nboot = 100, stat.title = NULL, ...)
expr_t_onesample(data, x, type = "parametric", test.value = 0, k = 2L, conf.level = 0.95, conf.type = "norm", bf.prior = 0.707, robust.estimator = "onestep", effsize.type = "g", nboot = 100L, stat.title = NULL, ...)
expr_t_parametric(data, x, y, paired = FALSE, k = 2L, conf.level = 0.95, effsize.type = "g", var.equal = FALSE, stat.title = NULL, ...)
expr_t_robust(data, x, y, paired = FALSE, k = 2L, conf.level = 0.95, tr = 0.1, nboot = 100, stat.title = NULL, ...)
expr_template(no.parameters, stat.title = NULL, statistic.text, stats.df, effsize.text, effsize.df, n, conf.level = 0.95, k = 2L, k.parameter = 0L, k.parameter2 = 0L, n.text = NULL, ...)
## Reexported objects
magrittr::%$%
zeallot::%<-%
magrittr::%<>%
magrittr::%>%
rlang::%|%
rlang::%||%
rlang:::=
tibble::as_tibble
tidyBF::bf_contingency_tab
tidyBF::bf_corr_test
tidyBF::bf_meta
tidyBF::bf_oneway_anova
tidyBF::bf_ttest
correlation::correlation
metaBMA::prior
tibble::tibble