10 Describing Data
Descriptive statistics are used to summarize, organize, and overall describe our sample data.
We explore our data partly to describe our data and partly to check our data before performing inferential statistics. jamovi puts all our descriptive statistics into one useful analysis under the Exploration button (within the Analyses tab) called Descriptives
. Whenever you want to understand the measure of central tendency or dispersion of a single variable (e.g., what is the mean score on a particular scale?) then you’ll go to the Descriptives
analysis under Exploration.
In the Descriptives
analysis, these are under the Statistics
drop-down menu. There are a ton of possible options!
- Sample size: you can ask for the sample size (
N
) and number of missing values (Missing
). - Percentile values: these are useful for creating quartiles (
Cut points for 4 equal groups
) orPercentiles
of various sizes. - Dispersion: you should already be familiar with most of the measures of dispersion, particularly the
Minimum
andMaximum
and theStd. deviation
(SD) andVariance
(which is just SD2). We’ll learn about theS. E. Mean
later. - Central Tendency: similarly, you should also be familiar with all of the measures of central tendency:
Mean
,Median
,Mode
, andSum
. - Distribution: you should also be familiar with both
Skewness
andKurtosis
and later we will learn what those values mean and how that helps us test for normality. - Normality: lastly, there is a statistical test for normality called the
Shapiro-Wilk
test that we will learn about later.
You might be wondering how we report descriptive statistics in a Results section. Sometimes we use tables and figures to do this, or sometimes means and standard deviations are written in the text. We shall look at examples of figures in the next section, and you will see examples of tables and in-text descriptive statistics later in the book.