04 Introduction to jamovi
04 Introduction to jamovi
C E N T R A L L U Z Introduction
O N StoTJamovi
A T |E U N I V E R S I T Y 1
DEPARTMENT of
STATISTICS
Learning Outcomes
After completing this chapter, the students must be able to
• Install Jamovi
• Explore the different parts of Jamovi
• Navigate the spreadsheet of Jamovi
• Prepare and manipulate data in Jamovi
Introduction to Jamovi | 2
DEPARTMENT of
STATISTICS
What is Jamovi?
• Jamovi is free statistical-analysis software that is built on top of a wildly
popular, free, statistically-centered, programming language called R.
• The difference is that Jamovi consist of a GUI, whereas R is command-line
software. That is, Jamovi is point-and-click with easy-to-use pull-down
menus, whereas R involves typing code on a blank screen.
• Jamovi has a clean, human-friendly design that facilitates insight into your
data and makes it easy to share your work with others.
• R is rapidly changing the face of data science, but it can be very
intimidating at first because of its command-line nature unlike Jamovi
which is much easier program to use and explicitly designed for beginners.
Introduction to Jamovi | 3
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 4
DEPARTMENT of
STATISTICS
Navigation
• Jamovi is laid out such
that your data or input
is always on the left in
a spreadsheet format
like Excel. Whereas,
whatever analysis you
apply to those data,
your output is always
on the right.
Introduction to Jamovi | 5
DEPARTMENT of
STATISTICS
• The data tab shows you a set of options on how to manipulate data within
the spreadsheet.
Introduction to Jamovi | 6
DEPARTMENT of
STATISTICS
• The analysis tab shows you options for different statistical analyses you
can run on the data that you have in the spreadsheet.
Introduction to Jamovi | 7
DEPARTMENT of
STATISTICS
• The window that occupies most of the right side of the interface is where
output goes. It will be blank until you do something.
Introduction to Jamovi | 8
DEPARTMENT of
STATISTICS
• The edit tab is only useful after you have some statistical output. It allows
you to edit the default headers that are displayed when you conduct any
analysis. it also allows you to add formatted text (e.g., regular text,
underlined, text, italicized text, web links, code blocks, etc.)
Introduction to Jamovi | 9
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 10
DEPARTMENT of
STATISTICS
• There is also a tiny, grayed-out column on the far left that gives you the row
number of the spreadsheet. The default scale of measurement for variables
A, B, and C is nominal (categorical). To see this, just double-click A, B, or C.
Introduction to Jamovi | 11
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 13
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 14
DEPARTMENT of
STATISTICS
Importing data
• Jamovi is not data-collection software. This means that when the data file is
not given to you from within Jamovi (e.g., sample data sets), you will need to
obtain the data from wherever you collected it into Jamovi. This is known
as importing data.
• There are a variety of ways that this might take place, but two of them are
far more common than others:
a. importing data from a proprietary data format
b. importing data from a non-proprietary delimited text file
• Jamovi opens delimited text files. In Excel, there’s generally a wizard that
you have to get through to import delimited files. In
contrast, Jamovi imports them directly with no wizard.
• Just click (≡) > Open > This PC > Browse and find the delimited file.
Introduction to Jamovi | 15
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 16
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 17
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 18
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 21
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 22
DEPARTMENT of
STATISTICS
Filtering data
• Just like R, unless you tell Jamovi otherwise, it will analyze all the
observations (rows) in your data. In order to restrict the analysis to certain
rows, you need what is called a filter.
• For instance, it is common to have a question at the end of a survey that asks
the participant whether they are still comfortable with the researcher(s)
using the data they provided for general analysis. The questions could be as
simple as “Is it still okay to use your data for analysis? Remember, your data
will be completely anonymized, and so in no way will it be traceable back to
your identity.” Some people are not comfortable with having their data
analyzed, and so they answer, “No.” Researchers are required to filter these
observations out.
Introduction to Jamovi | 23
DEPARTMENT of
STATISTICS
• We opened a new file in Jamovi [(≡) > File > New]. Under column A, we typed
in a 1 in the first cell, and changed the variable type to ID, and renamed the
variable ID. For variable B, we renamed it Consent (with variable type set
to Nominal and Text). Then we typed in Yes in the first cell. Finally, we
deleted variable C, and double-clicked on a blank variable and chose NEW
COMPUTED VARIABLE. We renamed that to rt, and then applied
the NORM() function to the first cell. We arbitrarily set the mean to 615 ms,
and the standard deviation to 112 [hence, NORM(615,112)].
• We then typed in 20 in row 20 under ID. Under Consent we copied-and-
pasted Yes from row 1 all the way down to row 18. But for the cells in rows
19 and 20, we typed No. This would mean that fake participants 19 and 20
did not consent to have their data used.
Introduction to Jamovi | 24
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 25
DEPARTMENT of
STATISTICS
Introduction to Jamovi | 26