0% found this document useful (0 votes)
222 views18 pages

05 Exploratory Data Analysis in Jamovi

Statistics

Uploaded by

sofiazanders4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
222 views18 pages

05 Exploratory Data Analysis in Jamovi

Statistics

Uploaded by

sofiazanders4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Exploratory Data Analysis

in Jamovi
Zeren Lucky L. Cabanayan
STAT2100 – Statistical Analysis with Software Application
1st Semester, 2024-2025

1
CENTRAL LUZON STATE UNIVERSITY
DEPARTMENT of
STATISTICS
Learning Outcomes
After completing this chapter, the students must be able to
• Perform descriptive analysis in Jamovi
• Perform data visualizations in Jamovi

Exploratory Data Analysis in Jamovi | 2


DEPARTMENT of
STATISTICS ID no. Duration Age Sex First temp Final temp WBC Rec Anti Rec BC Service
1 5 30 Female 99 98 8 no no yes
2 10 73 Female 98 99.1 5 no yes yes
In this chapter 3 6 40 Female 99 98.3 12 no no no
we will be using 4
5
11
5
47
25
Female
Female
98.2
98.5
97.5
99
4
11
no
no
no
no
no
no
Hospital Stay 6
7
14
30
82
60
Male
Male
96.8
99.5
98.4
97.2
6
8
yes
yes
no
yes
no
yes
Data in applying 8 11 56 Female 98.6 96.1 7 no no yes
9 17 43 Female 98 97 7 no no yes
the different 10 3 50 Male 98 99 12 no yes no
functions or 11
12
9
3
59
4
Female
Male
97.6
97.8
98.5
96.2
7
3
no
no
yes
no
yes
no
commands in 13
14
8
8
22
33
Female
Female
99.5
98.4
99.1
98
11
14
yes
yes
no
yes
no
no
Jamovi 15 5 20 Female 98.4 97.7 11 no yes no
16 5 32 Male 99 98.4 9 no no no
17 7 36 Male 99.2 99.1 6 yes no no
18 4 69 Male 98 97 6 no no no
19 3 47 Male 97 96.5 5 yes no yes
20 7 22 Male 98.2 97.3 6 no no no
21 9 11 Male 98.2 96.9 10 no no no
22 11 19 Male 98.6 97.3 14 yes no no
23 11 67 Female 97.6 97 4 no no yes
24 9 43 Female 98.6 99.3 5 no no no
25 4 41 Female 98 99 5 no no yes

Exploratory Data Analysis in Jamovi | 3


DEPARTMENT of
STATISTICS

Descriptives in Jamovi
• Once open, if you click
the Analyses tab on top, then
click Exploration on the left, a
drop-down menu will appear
where you select Descriptives.
You’ll see a window with the
variables from the data set on
the right in a box. If you want to
analyze them, you need to select
them and click the arrow to get
them into the right box
(either Variables or Split by).
Exploratory Data Analysis in Jamovi | 4
DEPARTMENT of
STATISTICS

• Once you click the Statistics option you


will see the following: Sample Size,
Percentile Values, Central Tendency,
Dispersion, Mean Dispersion, Distribution
and Normality.
• Whereas, one you click the Plots option,
you will see the following: Histograms, Box
Plots, Bar Plots and Q-Q Plot
• Those options are used to describe the
variable depending on the
type/measurement of the variable.

Exploratory Data Analysis in Jamovi | 5


DEPARTMENT of
STATISTICS

Summarizing
Continuous
Variable
• Let us try to
analyze two
variable such
as sex and age.

Exploratory Data Analysis in Jamovi | 6


DEPARTMENT of
STATISTICS

• The first thing you might notice is that the variable sex
only shows the results for N and Missing. This is
because it is a nominal variable, and you can’t do very
much with nominal data except describe frequencies,
detect missing values, and split data up into subgroups
(the function of the Split by box below
the Variables box).
• Whereas, for variable age, since it is a
quantitative variable, all the options you have
chosen in the Statistics option will
automatically appear in the results window.

Exploratory Data Analysis in Jamovi | 7


DEPARTMENT of
STATISTICS

• One useful function to highlight at this point is how to remove analyses (or
visualizations) that you no longer wish to include. Just CTRL-click (or right-
click) anywhere on the output, then select Analysis > Remove. It will
disappear. You will inevitably need to do this a lot to keep
your Jamovi (.omv) file from being cluttered.

Exploratory Data Analysis in Jamovi | 8


DEPARTMENT of
STATISTICS

• Another useful function, using that same CTRL-click (or right-click)


function, is that you can also save or copy a table or image for use in
another document. So if you wanted to take the table output, save it as
a .pdf, then insert it into this document, you would CTRL-click the table,
go to Table > Save and save it as a .pdf file. This image could then be
displayed in many different types of presentations.

Exploratory Data Analysis in Jamovi | 9


DEPARTMENT of
STATISTICS

Grouped summaries
• Recall that we can’t get
very many descriptive
statistics from nominal
variables. However,
they are very useful is
in splitting up your
outcome variable into
various groups.

Exploratory Data Analysis in Jamovi | 10


DEPARTMENT of
STATISTICS

Frequencies
• When describing data, we usually need to provide an indication of the
relative numbers of responses in each category.

• Just select the


nominal variable
that you want to
present in
frequencies and
then click the
Frequency tables
option.

Exploratory Data Analysis in Jamovi | 11


DEPARTMENT of
STATISTICS

Data visualizations
There are a few visualizations possible from
among the Jamovi Descriptives options.

Remarks:
• These visualizations of descriptive statistics are used mostly by
researchers to help them make decisions about subsequent analyses.
• Note that plots such as Histograms, Box Plots and Q-Q Plot from the
the Descriptives menu will only work if the variable you are trying to
visualize is continuous variable.

Exploratory Data Analysis in Jamovi | 12


DEPARTMENT of
STATISTICS

Histogram
• Histogram is a well-known
visualization where the
frequencies of a particular
responses are either “binned”
if they are non-discrete (e.g.,
values with decimals), or
possibly “stacked” if they are
discrete integers (though
such a variable may be
binned as well).
• To do this, just click the
Histogram option in the Plots.

Exploratory Data Analysis in Jamovi | 13


DEPARTMENT of
STATISTICS

• Often paired with the


histogram is the density
plot, which uses math to
estimate what a
population distribution
with many, many
observations would look
like based on the sample
data you have.
• Just click the Density
option below Histogram.

Exploratory Data Analysis in Jamovi | 14


DEPARTMENT of
STATISTICS

Boxplots
• One of the drawbacks of
histograms and density plots is
that, although they are handy
with respect to depicting the
informal shape of a
distribution, they are not so
good at showing particular
statistics about any given
variable. This is where the
boxplot comes in.
• To do this, just click the Box
plot option in the Plots. You
can also click the Label outliers
for outlier detection in the
data.
Exploratory Data Analysis in Jamovi | 15
DEPARTMENT of
STATISTICS

Bar plots
• The bar plot is a good way
of visualizing frequency
data. It can be very useful,
ultimately, for chi-square
analyses and the display of
individual Likert items.
• To do this, just click the
Bar Plots option in the
Plots.

Exploratory Data Analysis in Jamovi | 16


DEPARTMENT of
STATISTICS

Q-Q plots
• This plot is strictly
diagnostic. It’s a quick
way to detect whether
your data is normally
distributed or not. In
general, it plots the
quantiles of two
distributions against each
other.
• To do this, just click the
Q-Q option in the Plots.
Exploratory Data Analysis in Jamovi | 17
DEPARTMENT of
STATISTICS

Some useful videos


• https://www.youtube.com/watch?v=mEG6oI7HHOk&t=101s

Exploratory Data Analysis in Jamovi | 18

You might also like