-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 1.62 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
Package: npExact
Type: Package
Title: Exact Nonparametric Hypothesis Tests for the Mean, Variance and Stochastic Inequality
Version: 0.2
Date: 2018-11-12
Authors@R: c(
person(given = "Oliver", family = "Reiter",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-6338-5428"),
email = "[email protected]"),
person(given = "Karl", family = "Schlag",
role = c("aut"),
email = "[email protected]"),
person(given = "Peter", family = "Saffert", role = "ctb"),
person(given = "Christian", family = "Pechhacker", role = "ctb"),
person(given = "Simona", family = "Jokubauskaite", role = "ctb"),
person(given = "Tautvilas", family = "Janusauskas", role = "ctb"))
Description: Provides several novel exact hypothesis tests with minimal assumptions on the errors. The tests are exact, meaning that their p-values are correct for the given sample sizes (the p-values are not derived from asymptotic analysis). The test for stochastic inequality is for ordinal comparisons based on two independent samples and requires no assumptions on the errors. The other tests include tests for the mean and variance of a single sample and comparing means in independent samples. All these tests only require that the data has known bounds (such as percentages that lie in [0,100]. These bounds are part of the input.
Depends:
R (>= 3.2)
Imports:
stats
Suggests:
testthat
URL: https://github.com/zauster/npExact
BugReports: https://github.com/zauster/npExact/issues
License: GPL-2
RoxygenNote: 6.1.1