You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DESCRIPTION
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Description: Select set of parametric and non-parametric statistical tests. 'inf
7
7
statistical tests provided in 'stats' package by including additional data types as inputs, expanding and
8
8
restructuring the test results. The tests included are t tests, variance tests, proportion tests, chi square tests, Levene's test, McNemar Test, Cochran's Q test and Runs test.
Inferential statistics allows us to make generalizations about
23
-
populations using data drawn from the population. We use them when it is
24
-
impractical or impossible to collect data about the whole population
25
-
under study and instead, we have a sample that represents the population
26
-
under study and using inferential statistics technique, we make
27
-
generalizations about the population from the sample.
13
+
Inferential statistics allows us to make generalizations about populations using data drawn from the population. We use them when it is impractical or impossible to collect data about the whole population under study and instead, we have a sample that represents the population under study and using inferential statistics technique, we make generalizations about the population from the sample.
28
14
29
15
The **inferr** package:
30
16
31
-
- builds upon the statistical tests provided in **stats**
32
-
- provides additional and flexible input options
33
-
- more detailed and structured test results
34
-
35
-
As of version 0.1, **inferr** includes a select set of parametric and
36
-
non-parametric statistical tests which are listed below:
37
-
38
-
- One Sample t Test
39
-
- Paired Sample t Test
40
-
- Independent Sample t Test
41
-
- One Sample Proportion Test
42
-
- Two Sample Proportion Test
43
-
- One Sample Variance Test
44
-
- Two Sample Variance Test
45
-
- Binomial Test
46
-
- ANOVA
47
-
- Chi Square Goodness of Fit Test
48
-
- Chi Square Independence Test
49
-
- Levene’s Test
50
-
- Cochran’s Q Test
51
-
- McNemar Test
52
-
- Runs Test for Randomness
53
-
54
-
## Installation
17
+
- builds upon the statistical tests provided in **stats**
18
+
- provides additional and flexible input options
19
+
- more detailed and structured test results
20
+
21
+
As of version 0.1, **inferr** includes a select set of parametric and non-parametric statistical tests which are listed below:
Please note that this project is released with a [Contributor Code of
228
-
Conduct](CONDUCT.md). By participating in this project you agree to
229
-
abide by its terms.
215
+
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
0 commit comments