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¶
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.
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
“Graphs” tab
- Select one or more availabe graphs: Histogram and Box Plot
“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).
Step 2: Get your desired outputs
- Display table with desired descriptive statistics.
- Switch between variables using combo-box button.
- Display Shapiro-Wilk’s Normality Test result.
- Display interactive plots:
- Box plot
- Histogram.
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.
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.
“Graphs” tab
- Select the availabe graph: Bar Graph and Pie Graph
- Graphs may be plotted based on counts or percentages.
“Options” tab
- Change the alpha level, default is 0.05.
- Check the box if you want to display frequency tables separately for each variable.
Step 2: Get your desired outputs
- Display table with desired descriptive statistics.
- Switch between variables using combo-box button.
- Display Goodness of Fit test or equality of proportions.
- Display interactive plots:
- Bar plot
- Pie plot
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.
Note
You may choose more options using following tabs:
“Statistics” tab
- Select one or more tests or association measures.
“Graphs” tab
- Selet Bar Graph to draw a plot.
“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.
Step 2: Get your desired outputs
- Display desired cross tables.
- Switch between variables and table representations using combo-box button.
- Display desired test result table.
- Display interactive bar plot:
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.
Note
You may choose more options using following tabs:
“Statistics” tab
- Select one or more univariate normality tests.
“Graphs” tab
- Selet one or more interactive graphs: QQ plot, Box plot, Histogram.
“Options” tab
- Change the alpha level, default is 0.05.
- Check the box if you wish to perform a Box-Cox transformation.
Step 2: Get your desired outputs
- Display descriptive statistics
- Switch between variables and table representations using combo-box button.
- Display desired test result table.
- Display interactive QQ plot:
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.
Note
You may choose more options using following tabs:
“Statistics” tab
- Select one or more univariate normality tests.
“Graphs” tab
- Selet one or more interactive graphs: QQ plot, Box plot, Histogram.
“Options” tab
- Change the alpha level, default is 0.05.
- Check the box if you wish to perform a Box-Cox transformation.
Step 2: Get your desired outputs
- Display descriptive statistics
- Switch between variables and table representations using combo-box button.
- Display normality test and outlier results.
- Display interactive box plot:
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.
Note
You may choose more options using following tabs:
“Statistics” tab
- Select one or more univariate normality tests.
“Graphs” tab
- Selet one or more interactive graphs: QQ plot, Box plot, Histogram.
“Options” tab
- Change the alpha level, default is 0.05.
- Check the box if you wish to perform a Box-Cox transformation.
Step 2: Get your desired outputs
- Display descriptive statistics
- Switch between variables and table representations using combo-box button.
- Display normality test and outlier results.
- Display interactive box plot:













































