Skip to content

Commit 80f9bdb

Browse files
8orrin9gitbook-bot
authored andcommitted
GITBOOK-15: Reliability Analysis
1 parent 641abce commit 80f9bdb

File tree

7 files changed

+46
-0
lines changed

7 files changed

+46
-0
lines changed

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

160 KB
Loading

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

103 KB
Loading

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

164 KB
Loading

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

62.7 KB
Loading

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

219 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# 5. Correlation Analysis
22

3+
4+
5+
<figure><img src="../.gitbook/assets/image (122).png" alt="" width="229"><figcaption></figcaption></figure>
6+
7+
1. Click on _**Correlation Analysis**_ in the _**Statistics**_ category.
8+
9+
10+
11+
<figure><img src="../.gitbook/assets/image (123).png" alt="" width="563"><figcaption></figcaption></figure>
12+
13+
2. _**Data**_: Select the data for correlation analysis. You can use [_**Subset**_](../data-analysis/5.-subset.md) to choose only the data that satisfies specific conditions.
14+
3. _**Variable:**_ Choose the variables from the selected data for which you want to analyze the correlation.
15+
4. _**Correlation**_: Select the method for correlation analysis.
16+
5. _**Display**_: Visualize the results of the correlation analysis.
17+
6. _**Code View**_: Preview the code that will be generated.
18+
7. _**Data View**_: Preview the data that will be output.
19+
8. _**Run**_: Execute the code.
20+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
# 6. Reliability Analysis
22

3+
4+
5+
<figure><img src="../.gitbook/assets/image (124).png" alt="" width="229"><figcaption></figcaption></figure>
6+
7+
1. Click on _**Reliability Analysis**_ in the _**Statistics**_ category.
8+
9+
10+
11+
<figure><img src="../.gitbook/assets/image (125).png" alt="" width="563"><figcaption></figcaption></figure>
12+
13+
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+
3. _**Variable**_: Choose the columns for Reliability Analysis from the data selected above.
15+
4. _**Code View**_: Preview the code that will be generated.
16+
5. _**Data View**_: Preview the data that will be output.
17+
6. _**Run**_: Execute the code.
18+
19+
20+
21+
### Output Example
22+
23+
24+
25+
<figure><img src="../.gitbook/assets/image (126).png" alt="" width="563"><figcaption></figcaption></figure>
26+
27+
* _**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.
30+

0 commit comments

Comments
 (0)