data("toy_data")
# Plot missing data across age and period, stratified by education, for each sex
plot_missing_data (data = toy_data,
x = period,
y = age,
stratify_by = education,
for_each = sex)
Run the code above in your browser using DataLab