Descriptives

Descriptive panel is used to summarize a sample or a collection of data. It gives information about three different aspects of distribution of a single variable, including location (mean, trimmed mean, harmonic mean, geometric mean, median, quartiles, mode), scale (standard deviation, variance, standard error of mean, range) and shape (skewness, kurtosis).

Descriptive Statistics

How to select this module?

Descriptives

_images/step.png

Descriptive Statistics

General aim

  • Descriptive statistics is used to summarize a sample or a collection of data. It gives information about three different aspects of distribution of a single variable, including location (mean, trimmed mean, harmonic mean, geometric mean, median, quartiles, mode), scale (standard deviation, variance, standard error of mean, range) and shape (skewness, kurtosis).

What can you do using this module?

  • Compute descriptive statistics, including location; mean, trimmed mean, harmonic mean, geometric mean, median, quartiles, mode, scale; standard deviation, variance, standard error of mean, range, shape measures; skewness, kurtosis and other summary measures; number, sum, minimum, maximum to describe the distribution of one or more numerical (continuous or discrete) variables
  • Display the data distribution of variables with interactive plots, including box-plot and histogram.
  • Test whether the data distributes normally or not using Shapiro-Wilk’s test.

Usage

Step 1: Define your variables from “Variables” tab:

  • Select numerical variable(s) of interest(s) for descriptive statistics.
  • Select group variable(s) if necessary.
  • Click Run button to execute the analysis.

descriptiveStatisticsVariablesTab

Note

You may choose more options using following tabs:

“Statistics” tab

  • Select one or more availabe statistics.
  • Check the box for Shapiro-Wilk’s normality test

descriptiveStatisticsStatisticsTab

“Graphs” tab

  • Select one or more availabe graphs: Histogram and Box Plot

descriptiveStatisticsGraphTab

“Options” tab

  • Calculate quartiles and percentiles.
  • Manage missing values with either complete case or by variable deletion.
  • Choose display option for grouping with either seperate or joint display.
  • Add confidence interval.
  • Set the trim value to trim your variable(s).

descriptiveOptionsTab

Step 2: Get your desired outputs

  • Display table with desired descriptive statistics.
  • Switch between variables using combo-box button.

descriptiveStatisticsTableResults

  • Display Shapiro-Wilk’s Normality Test result.

descriptiveStatisticsTestResults

  • Display interactive plots:
  • Box plot

descriptiveStatisticsBoxplot

  • Histogram.

descriptiveStatisticsHistogram

Frequencies

How to select this module?

Descriptives

_images/step.png

Frequencies

General aim

  • The frequency is defined as the number of occurrence in the event of the interest. This measure can be calculated as count and percentage for categorical variables and introduced as frequency table.

What can you do using this module?

  • Compute several descriptive statistics to describe the distribution of categorical data.
  • Test whether the distribution of data categories is equal or not.
  • Display the data distribution with interactive plots, including bar and pie graphs.

Usage

Step 1: Define your variables from “Variables” tab:

  • Select categorical variable(s) of interest(s) for descriptive statistics.
  • Select group variable(s) if necessary.
  • Click Run button to execute the analysis.

frequenciesVariablesTab

Note

You may choose more options using following tabs:

“Statistics” tab

  • Select one or more availabe statistics.
  • Check the box for Goodness of Fit (GoF) test for equality of proportions.

frequenciesStatisticsTab

“Graphs” tab

  • Select the availabe graph: Bar Graph and Pie Graph
  • Graphs may be plotted based on counts or percentages.

frequenciesGraphsTab

“Options” tab

  • Change the alpha level, default is 0.05.
  • Check the box if you want to display frequency tables separately for each variable.

frequenciesOptionsTab

Step 2: Get your desired outputs

  • Display table with desired descriptive statistics.
  • Switch between variables using combo-box button.

frequenciesTableResults

  • Display Goodness of Fit test or equality of proportions.

frequenciesTestResults

  • Display interactive plots:
  • Bar plot

frequenciesBarPlot

  • Pie plot

dfrequenciesPiePlot

Contingency Tables

How to select this module?

Descriptives

_images/step.png

Contingency Tables

General aim

  • This module includes several categorical data analysis methods such as chi-square analysis, risk measures and Kappa tests. In this module, you can explore whether there is a significant relationship between two categorical variables. Moreover, you can display whether there is a significant relationship between categorical variables with interactive plots.

What can you do using this module?

  • Compute several descriptive statistics to describe the distribution of categorical data.
  • Test whether the distribution of data categories is equal or not.
  • Display the data distribution with interactive plots, including bar and pie graphs.

Usage

Step 1: Define your variables from “Variables” tab:

  • Select row variable(s) and column variables.
  • Select group variable(s) if necessary.
  • Click Run button to execute the analysis.

contingencyTablesVariables

Note

You may choose more options using following tabs:

“Statistics” tab

  • Select one or more tests or association measures.

contingencyTablesStatistics

“Graphs” tab

  • Selet Bar Graph to draw a plot.

contingencyTablesGraphs

“Options” tab

  • Select options for Chi-square test: Continuity Correction, Exact chi-square.
  • Display row, column or total percentages.
  • Choose display option for grouping with either seperate or joint display.
  • Select one or more table options to display expected values, raw residuals, pearson residuals, standardized residuals, adjusted residuals, and cell chisquare values.

contingencyTablesOptions

Step 2: Get your desired outputs

  • Display desired cross tables.
  • Switch between variables and table representations using combo-box button.

contingencyTablesTableResults

  • Display desired test result table.

contingencyTestResults

  • Display interactive bar plot:

contingencyBarPlot

Normality Tests

How to select this module?

Descriptives

_images/step.png

Normality Tests

General aim

  • This module includes descriptive statistics, normality tests and graphical approaches for assessing univariate normality of a continuous variable. A Box-Cox transformation can be performed for non-normally distributed variables and normality can be checked after transformation.

What can you do using this module?

  • Compute several descriptive statistics (mean, median, first quartile, third quartile, skewness, kurtosis) to describe the distribution of a continuous variable.
  • Perform hypothesis tests (Shapiro-Wilk, Anderson-Darling, Kolmogorov-Smirnov, Shapiro-Francia, Cramer-von-Mises, Lilliefors) for univariate normality of a continuous variable.
  • Display the data distribution with interactive plots, including qq plot, box plot and histogram.

Usage

Step 1: Define your variables from “Variables” tab:

  • Select continuous variable(s) you wish to assess univariate normality.
  • Select group variable(s) if necessary.
  • Click Run button to execute the analysis.

normalityTestsVariables

Note

You may choose more options using following tabs:

“Statistics” tab

  • Select one or more univariate normality tests.

normalityTestsStatistics

“Graphs” tab

  • Selet one or more interactive graphs: QQ plot, Box plot, Histogram.

normalityTestsGraphs

“Options” tab

  • Change the alpha level, default is 0.05.
  • Check the box if you wish to perform a Box-Cox transformation.

normalityTestsOptions

Step 2: Get your desired outputs

  • Display descriptive statistics
  • Switch between variables and table representations using combo-box button.

normalityTestsTableResults

  • Display desired test result table.

normalityTestsTestResults

  • Display interactive QQ plot:

normalityTestsQQPlot

Outlier Detection

How to select this module?

Descriptives

_images/step.png

Outlier Detection

General aim

  • This module includes several statistical methods for detection of outliers in continuous variables.

What can you do using this module?

  • Compute descriptive statistics, including mean, standard deviation, standard error of mean, lower and upper limits.
  • Perform normality test (Shapiro-Wilk) and outlier detection tests (Z-score method, quantile method, Grubb’s test, Generalized ESD test).
  • Display the data distribution with interactive box-plots.

Usage

Step 1: Define your variables from “Variables” tab:

  • Select continuous variable(s) you wish to assess univariate normality.
  • Select group variable(s) if necessary.
  • Click Run button to execute the analysis.

outlierDetectionVariables

Note

You may choose more options using following tabs:

“Statistics” tab

  • Select one or more univariate normality tests.

outlierDetectionStatistics

“Graphs” tab

  • Selet one or more interactive graphs: QQ plot, Box plot, Histogram.

outlierDetectionGraphs

“Options” tab

  • Change the alpha level, default is 0.05.
  • Check the box if you wish to perform a Box-Cox transformation.

outlierDetectionOptions

Step 2: Get your desired outputs

  • Display descriptive statistics
  • Switch between variables and table representations using combo-box button.

outlierDetectionResults

  • Display normality test and outlier results.

normalityTestsTestResults
outlierDetectionResults

  • Display interactive box plot:

noutlierDetectionBoxPlot

Correlation

How to select this module?

Descriptives

_images/step.png

Correlation

General aim

  • This module includes several statistical methods for exploring correlations between variables.

What can you do using this module?

  • Perform correlation analysis using Pearson product moment, Spearman’s rho or Kendall’s tau b.
  • Compute descriptive statistics, pairwise correlations and covariances.
  • Perform normality test (Shapiro-Wilk).
  • Plot interactive scatter plots.

Usage

Step 1: Define your variables from “Variables” tab:

  • Select variables you wish to perform correlation analysis.
  • Select covariate variable(s) if necessary.
  • Enter a test value, default is 0.
  • Click Run button to execute the analysis.

outlierDetectionVariables

Note

You may choose more options using following tabs:

“Statistics” tab

  • Select one or more univariate normality tests.

outlierDetectionStatistics

“Graphs” tab

  • Selet one or more interactive graphs: QQ plot, Box plot, Histogram.

outlierDetectionGraphs

“Options” tab

  • Change the alpha level, default is 0.05.
  • Check the box if you wish to perform a Box-Cox transformation.

outlierDetectionOptions

Step 2: Get your desired outputs

  • Display descriptive statistics
  • Switch between variables and table representations using combo-box button.

outlierDetectionResults

  • Display normality test and outlier results.

outlierDetectionTestResults

  • Display interactive box plot:

outlierDetectionScatterPlot