|
| 1 | +--- |
| 2 | +description: View the Statistics of Your Data |
| 3 | +--- |
| 4 | + |
1 | 5 | # 2. Descriptive Statistics
|
2 | 6 |
|
3 |
| -<figure><img src="../.gitbook/assets/image (82).png" alt="" width="234"><figcaption></figcaption></figure> |
| 7 | +<figure><img src="../.gitbook/assets/image (285).png" alt="" width="452"><figcaption></figcaption></figure> |
4 | 8 |
|
5 | 9 | 1. Select _**Descriptive Statistics**_ in the _**Statistics category**_.
|
6 | 10 |
|
7 |
| - |
8 |
| - |
9 |
| -<figure><img src="../.gitbook/assets/image (83).png" alt="" width="563"><figcaption></figcaption></figure> |
| 11 | +<figure><img src="../.gitbook/assets/image (286).png" alt="" width="563"><figcaption></figcaption></figure> |
10 | 12 |
|
11 | 13 | 2. _**Data**:_ Choose a DataFrame. You can apply conditions or slice through the _**Subset**_.
|
12 | 14 | 3. _**Variable**_: Select the column from the chosen DataFrame to be designated as the _**Variable**_.
|
13 | 15 | 4. _**Code View**_: Preview the code that will be displayed.
|
14 | 16 | 5. _**Data View**_: Preview the displayed results.
|
15 | 17 | 6. _**Run**_: Execute the code.
|
16 | 18 |
|
17 |
| - |
18 |
| - |
19 | 19 | ### Descriptive Statistics
|
20 | 20 |
|
| 21 | +<figure><img src="../.gitbook/assets/image (287).png" alt="" width="563"><figcaption></figcaption></figure> |
21 | 22 |
|
22 |
| - |
23 |
| -<figure><img src="../.gitbook/assets/image (84).png" alt="" width="563"><figcaption></figcaption></figure> |
24 |
| - |
25 |
| -1. _**Central Tendency**_ outputs the selected variable's _**Mean, Median, Mode,**_ and _**Sum**_. |
26 |
| -2. _**Dispersion**_ outputs the _**Minimum, Maximum, Range, Standard Deviation, Variance,**_ and _**Standard Error of the Mean**_ of the selected variable. |
27 |
| -3. _**Distribution**_ outputs the _**Skewness**_ and _**Kurtosis**_ of the selected variable. |
28 |
| -4. _**Percentile Values**_ outputs _**Quantiles**_ and _**Percentiles**_ of the selected variable. |
29 |
| - |
30 |
| - |
| 23 | +1. _**Central tendency**_: Outputs the mean, median, minimum, maximum, and sum of the selected variables. |
| 24 | +2. _**Dispersion**_: Outputs the minimum, maximum, range, standard deviation, variance, and standard error of the mean of the selected variable. |
| 25 | +3. _**Distribution**_: Outputs the skewness and kurtosis of the selected variable. |
| 26 | +4. _**Percentile values**_: Outputs the percentile and percentage of the selected variable. |
31 | 27 |
|
32 | 28 | ### Frequency Table
|
33 | 29 |
|
| 30 | +<figure><img src="../.gitbook/assets/image (288).png" alt="" width="563"><figcaption></figcaption></figure> |
34 | 31 |
|
35 |
| - |
36 |
| -<figure><img src="../.gitbook/assets/image (85).png" alt="" width="563"><figcaption></figcaption></figure> |
37 |
| - |
38 |
| -1. It outputs _**Frequency, Percent, Valid Percent,**_ and _**Cumulative Percent**_ of the selected variable. |
39 |
| -2. _**Number of Unique Values**_ divides the data of the selected variable into units of entered values. |
40 |
| - |
41 |
| - |
| 32 | +1. It can output _**Frequency, Percent, Valid Percent,**_ and _**Cumulative Percent**_ of the selected variable. |
| 33 | +2. _**Number of unique values**_: Splits the data in the selected variable into units of the entered value. |
42 | 34 |
|
43 | 35 | ### Display
|
44 | 36 |
|
45 |
| - |
46 |
| - |
47 |
| -<figure><img src="../.gitbook/assets/image (86).png" alt="" width="563"><figcaption></figcaption></figure> |
| 37 | +<figure><img src="../.gitbook/assets/image (289).png" alt="" width="563"><figcaption></figcaption></figure> |
48 | 38 |
|
49 | 39 | 1. Select the plots to be displayed.
|
50 | 40 |
|
0 commit comments