2. Descriptive Statistics

  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 selected variable's Mean, Median, Mode, and Sum.

  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 Quantiles and Percentiles of the selected variable.

Frequency Table

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

  2. Number of Unique Values divides the data of the selected variable into units of entered values.

Display

  1. Select the plots to be displayed.

Last updated