2. Descriptive Statistics
View the Statistics of Your Data
Select Descriptive Statistics in the Statistics category.
Data: Choose a DataFrame. You can apply conditions or slice through the Subset.
Variable: Select the column from the chosen DataFrame to be designated as the Variable.
Code View: Preview the code that will be displayed.
Data View: Preview the displayed results.
Run: Execute the code.
Descriptive Statistics
Central tendency: Outputs the mean, median, minimum, maximum, and sum of the selected variables.
Dispersion: Outputs the minimum, maximum, range, standard deviation, variance, and standard error of the mean of the selected variable.
Distribution: Outputs the skewness and kurtosis of the selected variable.
Percentile values: Outputs the percentile and percentage of the selected variable.
Frequency Table
It can output Frequency, Percent, Valid Percent, and Cumulative Percent of the selected variable.
Number of unique values: Splits the data in the selected variable into units of the entered value.
Display
Select the plots to be displayed.
Last updated