Skip to content

Commit 9fcaeb1

Browse files
8orrin9gitbook-bot
authored andcommitted
GITBOOK-13: Equal Var. Test
1 parent 53d4971 commit 9fcaeb1

File tree

5 files changed

+52
-0
lines changed

5 files changed

+52
-0
lines changed

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

154 KB
Loading

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

82.9 KB
Loading

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

81.7 KB
Loading

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

82.7 KB
Loading

docs/statistics/4.-equal-var.-test.md

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

3+
4+
5+
<figure><img src="../.gitbook/assets/image (114).png" alt="" width="240"><figcaption></figcaption></figure>
6+
7+
1. Select the _**Equal Var. Test**_ in the _**Statistics**_ category.
8+
9+
10+
11+
<figure><img src="../.gitbook/assets/image (115).png" alt="" width="563"><figcaption></figcaption></figure>
12+
13+
2. Choose the type of test to apply.
14+
15+
[Long Data](4.-equal-var.-test.md#long-data)
16+
17+
[Wide Data](4.-equal-var.-test.md#wide-data)
18+
19+
3. _**Display**_: Visualize the shape of the variance.
20+
4. _**Code View**_: Preview the code to be output.
21+
5. _**Data View**_: Preview the data to be output.
22+
6. _**Run**_: Execute the code.
23+
24+
25+
26+
***
27+
28+
### Long Data
29+
30+
31+
32+
<figure><img src="../.gitbook/assets/image (116).png" alt="" width="563"><figcaption></figcaption></figure>
33+
34+
1. _**Input Type**_: Select the format of the data to be tested.
35+
2. _**Data**_: Choose the data to be tested. You can use [_**Subset**_](../data-analysis/5.-subset.md) to select only the data that satisfies specific conditions.
36+
3. _**Factor**_: Choose the criterion for dividing the groups for testing equal variance among the data selected in 2.
37+
4. _**Variable**_: Select the values that constitute the variance among the data chosen in 2.
38+
5. _**Center(Levene test, Fligner test)**_: Choose the criterion for testing equal variance of the columns.
39+
40+
41+
42+
***
43+
44+
### Wide Data
45+
46+
47+
48+
<figure><img src="../.gitbook/assets/image (117).png" alt="" width="563"><figcaption></figcaption></figure>
49+
50+
1. _**Input Type**_: Select the format of the data to be tested.
51+
2. _**Data**_: Choose the data to be tested. You can use [_**Subset**_](../data-analysis/5.-subset.md) to select only the data that satisfies specific conditions.
52+
3. Select the columns for the data chosen above to test for equal variance.
53+
4. _**Center(Levene test, Fligner test)**_: Choose the criterion for testing the equal variance of the columns.
54+

0 commit comments

Comments
 (0)