-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
101 lines (101 loc) · 2.29 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Encoding: UTF-8
Package: rkTeaching
Type: Package
Title: Un paquete de RKWard con utilidades básicas para el aprendizaje de Estadística
Version: 1.3.0
Date: 2020-09-01
Author: Alfredo Sánchez Alberca <[email protected]>
Maintainer: Alfredo Sánchez Alberca <[email protected]>
Enhances: rkward
URL: https://aprendeconalf.es/en/project/rkteaching/
Depends:
stats,
utils,
graphics,
grDevices,
ggplot2,
plyr,
R2HTML,
car,
e1071,
Hmisc,
ez,
R (>= 3.0.0)
Description: Basic utilities for teaching Statistics.
It contains procedures for:
- Data manipulation:
- Fiter data
- Calculate variable
- Recoding variable
- Weight data
- Frequency distributions:
- Frequency tabulation
- Bidimensional frequency tabulation
- Plots:
- Bar graph
- Histogram
- Pie graph
- Box graph
- Means graph
- Interaction graph
- Scatterplot
- Descriptive statistics
- Statistics
- Detailed calculation
- Regression:
- Linear Regression
- Non linear regression
- Regression model comparison
- Regression prediction
- Parametric tests:
- Means:
- T test for one sample
- T test for two independent samples
- T test for two paired samples
- ANOVA
- Sample size calculation for mean estimation
- Variances:
- Fisher test for two samples
- Levene test for multiple samples
- Proportions:
- Test for one proportion
- Test for two proportions
- Sample size calculation for proportion estimation
- Non parametric tests:
- Normality tests: Shapiro-Wilk, Kolmogorov
- U Mann-Whitney test
- Wilcoxon test
- Friedman test
- Kruskal-Wallis test
- Chi-square test
- Concordance
- Intraclass correlation coefficient
- Cohen's kappa
- Probability:
- Random games:
- Coins
- Dice
- Cards
- Urn
- Build probability space
- Combine probability spaces
- Repeat probability space
- Calculate probability
- Probability distributions
- Discrete:
- Binomial
- Poison
- Continous:
- Uniform
- Normal
- Chi-square
- Student T
- Fisher F
- Simulations:
- Small numbers law
- Central limit theorem
License: GPL (>= 3)
LazyLoad: yes
LazyData: yes
Suggests:
testthat