forked from mightymetrika/npboottprm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.85 KB
/
DESCRIPTION
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
Package: npboottprm
Title: Nonparametric Bootstrap Test with Pooled Resampling
Version: 0.1.0.9000
Authors@R: c(
person("Mackson", "Ncube", , "macksonncube.stats@gmail.com", role = c("aut", "cre")),
person("mightymetrika, LLC", role = c("cph", "fnd"))
)
Description: Addressing crucial research questions often necessitates a small
sample size due to factors such as distinctive target populations, rarity
of the event under study, time and cost constraints, ethical concerns, or
group-level unit of analysis. Many readily available analytic methods,
however, do not accommodate small sample sizes, and the choice of the best
method can be unclear. The 'npboottprm' package enables the execution of
nonparametric bootstrap tests with pooled resampling to help fill this gap.
Grounded in the statistical methods for small sample size studies detailed
in Dwivedi, Mallawaarachchi, and Alvarado (2017) <doi:10.1002/sim.7263>, the
package facilitates a range of statistical tests, encompassing independent
t-tests, paired t-tests, and one-way Analysis of Variance (ANOVA) F-tests.
The nonparboot() function undertakes essential computations, yielding
detailed outputs which include test statistics, effect sizes, confidence
intervals, and bootstrap distributions. Further, 'npboottprm' incorporates
an interactive 'shiny' web application, nonparboot_app(), offering intuitive,
user-friendly data exploration.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/mightymetrika/npboottprm
BugReports: https://github.com/mightymetrika/npboottprm/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
Imports:
DT,
fGarch,
ggplot2,
lmPerm,
MASS,
MKinfer,
shiny,
shinythemes,
sn