-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path_pkgdown.yml
More file actions
167 lines (143 loc) · 3.05 KB
/
_pkgdown.yml
File metadata and controls
167 lines (143 loc) · 3.05 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
home:
title: TOSTER R package
description: An R pacakge for equivalence testing through two one-sided tests (TOST).
url: https://aaroncaldwell.us/TOSTERpkg
template:
bootstrap: 5
math-rendering: mathjax
light-switch: true
bslib:
bootswatch: united
opengraph:
image:
src: junk/TOSTER_hex_v2_toast_shadow.png
alt: "TOSTER logo"
reference:
- title: "Two One-Sided Tests (TOST)"
- subtitle: "t-test"
desc: >
Functions derived from the t-test
contents:
- t_TOST
- tsum_TOST
- subtitle: "Correlations"
desc: >
Functions to calculate and test correlations
contents:
- z_cor_test
- boot_cor_test
- corsum_test
- subtitle: "Robust tests of the mean"
desc: >
Functions that are robust alternatives to the t-test
contents:
- boot_t_TOST
- log_TOST
- boot_log_TOST
- perm_t_test
- boot_t_test
- subtitle: "Robust tests of stochastic dominance"
desc: >
Functions that are robust alternatives to testing for means or mean difference using rank-based methods
contents:
- wilcox_TOST
- brunner_munzel
- hodges_lehmann
- subtitle: "ANOVA"
desc: >
Functions for ANOVAs
contents:
- equ_anova
- equ_ftest
- subtitle: "Proportions"
contents:
- twoprop_test
- subtitle: "Methods"
desc: >
Functions/methods to aid analyses
contents:
- as_htest
- TOSTt-methods
- TOSTnp-methods
- subtitle: "Miscellaneous Helpers"
desc: >
Functions for helping with various tasks, usually for data preparation
contents:
- extract_r_paired
- rank_diff
- trans_rank_prob
- subtitle: "Hypothesis Test Helpers"
desc: >
Functions for simple hypothesis tests or aide in interpreting these simple tests
contents:
- htest-helpers
- simple_htest
- plot_htest_est
- title: "Standardized Effect Sizes"
- subtitle: "Calculations"
desc: >
Functions that calculate standarized effect sizes
contents:
- smd_calc
- boot_smd_calc
- ses_calc
- boot_ses_calc
- boot_ses_test
- rbs
- np_ses
- subtitle: "Compare Effects"
desc: >
Compare standardized mean differences or correlation between studies
contents:
- boot_compare_smd
- compare_smd
- compare_cor
- boot_compare_cor
- title: "Plotting"
desc: >
Visualize some effects
contents:
- plot_smd
- plot_pes
- plot_cor
- title: "Power"
desc: >
Fucntions for power calculations
contents:
- power_t_TOST
- power_eq_f
- power_z_cor
- power_twoprop
- title: "Data"
contents:
- hawthorne
- title: "jamovi functions"
desc: >
Functions intended for jamovi; suggested to do not use in R
contents:
- dataTOSTpaired
- dataTOSTr
- dataTOSTtwo
- dataTOSTone
- datatosttwoprop
- title: "Defunct Functions"
desc: >
Old functions that are no longer maintained; use with caution
contents:
- powerTOSTone
- powerTOSTone.raw
- powerTOSTpaired
- powerTOSTpaired.raw
- powerTOSTr
- powerTOSTtwo.prop
- powerTOSTtwo
- powerTOSTtwo.raw
- TOSTtwo
- TOSTtwo.raw
- TOSTtwo.prop
- TOSTpaired
- TOSTpaired.raw
- TOSTone
- TOSTone.raw
- TOSTmeta
- TOSTr