-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.28 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
Package: Rita
Type: Package
Title: Automated Transformations, Normality Testing, and Reporting
Version: 1.2.0
Authors@R:
c(
person("Daniel", "Mattei", email = "[email protected]", role = c("aut","cre")),
person("John", "Ruscio", email = "[email protected]", role = "aut")
)
Description:
Automated performance of common transformations used to fulfill parametric
assumptions of normality and identification of the best performing method
for the user. Output for various normality tests (Thode, 2002) corresponding
to the best performing method and a descriptive statistical report of the
input data in its original units (5-number summary and mathematical moments)
are also presented. Lastly, the Rankit, an empirical normal quantile transformation
(ENQT) (Soloman & Sawilowsky, 2009), is provided to accommodate non-standard
use cases and facilitate adoption.
<DOI: 10.1201/9780203910894>.
<DOI: 10.22237/jmasm/1257034080>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: base, stats, lattice
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-15 14:32:35 UTC; Daniel
Author: Daniel Mattei [aut, cre],
John Ruscio [aut]
Maintainer: Daniel Mattei <[email protected]>
Repository: CRAN
Date/Publication: 2022-03-15 14:50:07 UTC