Skip to content

Commit 292e601

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-57: Descriptive Statistics
1 parent edc0636 commit 292e601

File tree

7 files changed

+15
-25
lines changed

7 files changed

+15
-25
lines changed

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

213 KB
Loading

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

213 KB
Loading

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

47.5 KB
Loading

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

83.9 KB
Loading

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

52 KB
Loading

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

41.3 KB
Loading
Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,40 @@
1+
---
2+
description: View the Statistics of Your Data
3+
---
4+
15
# 2. Descriptive Statistics
26

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>
48

59
1. Select _**Descriptive Statistics**_ in the _**Statistics category**_.
610

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>
1012

1113
2. _**Data**:_ Choose a DataFrame. You can apply conditions or slice through the _**Subset**_.
1214
3. _**Variable**_: Select the column from the chosen DataFrame to be designated as the _**Variable**_.
1315
4. _**Code View**_: Preview the code that will be displayed.
1416
5. _**Data View**_: Preview the displayed results.
1517
6. _**Run**_: Execute the code.
1618

17-
18-
1919
### Descriptive Statistics
2020

21+
<figure><img src="../.gitbook/assets/image (287).png" alt="" width="563"><figcaption></figcaption></figure>
2122

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.
3127

3228
### Frequency Table
3329

30+
<figure><img src="../.gitbook/assets/image (288).png" alt="" width="563"><figcaption></figcaption></figure>
3431

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.
4234

4335
### Display
4436

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>
4838

4939
1. Select the plots to be displayed.
5040

0 commit comments

Comments
 (0)