|
1 | 1 | # 6. Reliability Analysis
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 |
| -<figure><img src="../.gitbook/assets/image (124).png" alt="" width="229"><figcaption></figcaption></figure> |
| 3 | +<figure><img src="../.gitbook/assets/image (298).png" alt="" width="455"><figcaption></figcaption></figure> |
6 | 4 |
|
7 | 5 | 1. Click on _**Reliability Analysis**_ in the _**Statistics**_ category.
|
8 | 6 |
|
9 |
| - |
10 |
| - |
11 |
| -<figure><img src="../.gitbook/assets/image (125).png" alt="" width="563"><figcaption></figcaption></figure> |
| 7 | +<figure><img src="../.gitbook/assets/image (299).png" alt="" width="563"><figcaption></figcaption></figure> |
12 | 8 |
|
13 | 9 | 2. _**Data**_: Select the data for Reliability Analysis. You can specify only the data that meets specific conditions from the chosen DataFrame through [_**Subset**_](../data-analysis/5.-subset.md).
|
14 | 10 | 3. _**Variable**_: Choose the columns for Reliability Analysis from the data selected above.
|
15 | 11 | 4. _**Code View**_: Preview the code that will be generated.
|
16 | 12 | 5. _**Data View**_: Preview the data that will be output.
|
17 | 13 | 6. _**Run**_: Execute the code.
|
18 | 14 |
|
| 15 | +### Example Output |
19 | 16 |
|
20 |
| - |
21 |
| -### Output Example |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| -<figure><img src="../.gitbook/assets/image (126).png" alt="" width="563"><figcaption></figcaption></figure> |
| 17 | +<figure><img src="../.gitbook/assets/image (300).png" alt="" width="563"><figcaption></figcaption></figure> |
26 | 18 |
|
27 | 19 | * _**Cronbach Alpha**_ used in Reliability Analysis is a statistical method measuring _**Consistency**_, and this consistency is an indicator of Reliability.
|
28 |
| -* The Cronbach Alpha value is output between 0 and 1, where closer to 1 indicates higher consistency. The _**N**_ value represents the number of columns selected. |
29 |
| -* _**The Item-Total Statistics t**_able displays the mean, variance, and Cronbach Alpha values for each column's presence or absence. Additionally, _**Corrected Item-Total Correlation**_ indicates how consistent each column is with the total. |
| 20 | +* **The Cronbach Alpha value** is output between 0 and 1, where closer to 1 indicates higher consistency. The _**N**_ value represents the number of columns selected. |
| 21 | +* _**The Item-Total Statistics t**_**able** displays the mean, variance, and Cronbach Alpha values for each column's presence or absence. Additionally, _**Corrected Item-Total Correlation**_ indicates how consistent each column is with the total. |
30 | 22 |
|
0 commit comments