-
Notifications
You must be signed in to change notification settings - Fork 18
/
_pkgdown.yml
146 lines (126 loc) · 2.59 KB
/
_pkgdown.yml
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
home:
title: TOSTER R package
description: An R pacakge for equivalence testing through two one-sided tests (TOST).
template:
opengraph:
image:
src: docs/articles/IntroTOSTt_files/figure-html/tostplots-2.png
alt: "Equivalence Test"
twitter:
creator: "@exphysstudent"
card: summary_large_image
reference:
- title: "Two One-Sided Tests (TOST)"
- subtitle: "t-test"
desc: >
Functions derived from the t-test
contents:
- t_TOST
- tsum_TOST
- extract_r_paired
- subtitle: "Correlations"
desc: >
Functions to calculate and test correlations
contents:
- z_cor_test
- boot_cor_test
- corsum_test
- subtitle: "Robust"
desc: >
Functions that are robust alternatives to the t-test
contents:
- wilcox_TOST
- boot_t_TOST
- log_TOST
- boot_log_TOST
- brunner_munzel
- 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: "Hypothesis Test Helpers"
desc: >
Functions for simple hypothesis tests or aide in interpreting these simple tests
contents:
- htest-helpers
- simple_htest
- boot_t_test
- title: "Standardized Effect Sizes"
- subtitle: "Calculations"
desc: >
Functions that calculate standarized effect sizes
contents:
- smd_calc
- boot_smd_calc
- ses_calc
- boot_ses_calc
- 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