2. Descriptive Statistics

View the Statistics of Your Data

  1. Select Descriptive Statistics in the Statistics category.

  1. Data: Choose a DataFrame. You can apply conditions or slice through the Subset.

  2. Variable: Select the column from the chosen DataFrame to be designated as the Variable.

  3. Code View: Preview the code that will be displayed.

  4. Data View: Preview the displayed results.

  5. Run: Execute the code.

Descriptive Statistics

  1. Central tendency: Outputs the mean, median, minimum, maximum, and sum of the selected variables.

  2. Dispersion: Outputs the minimum, maximum, range, standard deviation, variance, and standard error of the mean of the selected variable.

  3. Distribution: Outputs the skewness and kurtosis of the selected variable.

  4. Percentile values: Outputs the percentile and percentage of the selected variable.

Frequency Table

  1. It can output Frequency, Percent, Valid Percent, and Cumulative Percent of the selected variable.

  2. Number of unique values: Splits the data in the selected variable into units of the entered value.

Display

  1. Select the plots to be displayed.

Last updated