forked from mightymetrika/mmirestriktor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.45 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
Package: mmirestriktor
Title: Informative Hypothesis Testing Web Applications
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: Offering enhanced statistical power compared to traditional
hypothesis testing methods, informative hypothesis testing allows researchers
to explicitly model their expectations regarding the relationships among
parameters. An important software tool for this framework is 'restriktor'.
The 'mmirestriktor' package provides 'shiny' web applications to implement
some of the basic functionality of 'restriktor'. The mmirestriktor() function
launches a 'shiny' application for fitting and analyzing models with
constraints. The FbarCards() function launches a card game application which
can help build intuition about informative hypothesis testing. The
iht_interpreter() helps interpret informative hypothesis testing results based
on guidelines in Vanbrabant and Rosseel (2020) <doi:10.4324/9780429273872-14>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/mightymetrika/mmirestriktor
BugReports: https://github.com/mightymetrika/mmirestriktor/issues
Imports:
DT,
MASS,
mmcards,
restriktor,
shiny,
shinythemes
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3