Skip to content

Commit b3cd83a

Browse files
8orrin9gitbook-bot
authored andcommitted
GITBOOK-18: ANOVA
1 parent 221f0cf commit b3cd83a

File tree

5 files changed

+52
-0
lines changed

5 files changed

+52
-0
lines changed

docs/.gitbook/assets/image (132).png

148 KB
Loading

docs/.gitbook/assets/image (133).png

110 KB
Loading

docs/.gitbook/assets/image (134).png

118 KB
Loading

docs/.gitbook/assets/image (135).png

93 KB
Loading

docs/statistics/9.-anova.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,54 @@
11
# 9. ANOVA
22

3+
4+
5+
<figure><img src="../.gitbook/assets/image (132).png" alt="" width="229"><figcaption></figcaption></figure>
6+
7+
1. Click on _**ANOVA**_ in the _**Statistics**_ category.
8+
9+
10+
11+
<figure><img src="../.gitbook/assets/image (133).png" alt="" width="563"><figcaption></figcaption></figure>
12+
13+
2. Choose the analysis method.
14+
15+
* [One-way ANOVA / Two-way ANOVA](9.-anova.md#one-way-anova-two-way-anova)
16+
* [ANCOVA](9.-anova.md#ancova)
17+
18+
3. _**Display**_: Visualize the results.
19+
4. _**Code View**_: Preview the generated code.
20+
5. _**Data View**_: Preview the generated data.
21+
6. _**Run**_: Execute the code.
22+
23+
24+
25+
***
26+
27+
### One-way ANOVA / Two-way ANOVA
28+
29+
30+
31+
<figure><img src="../.gitbook/assets/image (134).png" alt="" width="563"><figcaption></figcaption></figure>
32+
33+
1. _**Data**_: Select the data for analysis. You can choose data that satisfies specific conditions through [_**Subset**_](../data-analysis/5.-subset.md).
34+
2. _**Dependent Variable**_: Choose the dependent variable.
35+
3. _**Factor**_: Select the factors. For _**Two-way ANOVA**_, choose factors A and B.
36+
4. _**Significance Level**_: Enter the significance level. (default: 0.05)
37+
5. _**Post hoc analysis**_: Choose the post hoc analysis method. If there is a statistically significant difference in mean among groups, further verify which groups differ.
38+
39+
40+
41+
***
42+
43+
### ANCOVA
44+
45+
46+
47+
<figure><img src="../.gitbook/assets/image (135).png" alt="" width="563"><figcaption></figcaption></figure>
48+
49+
1. _**Install Package**_: Automatically install the required packages for analysis.
50+
2. _**Data**_: Select the data for analysis. You can choose data that satisfies specific conditions through [_**Subset**_](../data-analysis/5.-subset.md).
51+
3. _**Dependent Variable**_: Choose the dependent variable.
52+
4. _**Factor**_: Select the factors.
53+
5. _**Covariate**_: Choose the covariate.
54+

0 commit comments

Comments
 (0)