-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstats.qmd
66 lines (36 loc) · 895 Bytes
/
stats.qmd
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
# Stats {#sec-stats}
```{r}
#| echo: false
#| message: false
#| results: asis
source("warning.R")
```
## Combining data visualization and statistical modeling
## Convex hull
## Inferential statistical tests
### F-test
### Pearson's Chi-squared test
### Test for association between paired samples
### Test of equal or given proportions
### T-test
## Interaction plot
### CGPfunctions
## Linear regression
### Diagnostic plots
### Regression line equation and R-square
## Lorenz Curve
## Markov chain Monte Carlo
## Multi-stat binning layer
## Overlay normal density plot
## P-values
## P-P plot
## Q-Q plot
## Quality control chart
## Proportions according to custom denominator
## Random rorests
## ROC curves
## Sample data and distribution vectors
## Seasonal adjustment
## Statistics for reporting the results of model fits
## Survival analysis
## Tornado plot