10:00
Open the LPD data set in jamovi.
Open lpd_2023.sav in jamovi
Open LPD_code_tables.pdf where the description of each variable is found
Use the codebook to set up the name and values for each variable in our data set.
💬 Practice: How many police stops ended in a search?
10:00
Dummy code the RACE and SEARCH variables
Create a new variable using transform that dummy codes the RACE variable (for simplicity: only create two dummy coded variables – white or not and black or not)
Create a new variable using transform that dummy codes the SEARCH variable
💬 Chat: Why would you want to dummy code these variables?
10:00
Explore the descriptives
Use the Exploration option within the Analyses tab to view the frequencies for your new dummy coded variables.
💬 Chat: What happens if you view the frequencies for the new dummy coded SEARCH variable by RACE?
05:00
Filter the data
Imagine you are only interested in looking at cases where the person stopped ended up being lodged in jail based on the OUTCOME variable. Using the Filters function, select only those cases where the person ended up being lodged in jail
💬 Chat: What happens to your existing analyses after applying that filter?
05:00