# Homework 12 template # ==================== # Goal: Detect suspicious observations in migration flows estimates. # clear workspace rm(list = ls()) # Datafiles are available in IS load("HW_abel.Rdata") load("HW_population_un.Rdata") # edit the following lines abel_outliers <- # do not edit following # - save results save(abel_outliers, file = "results.RData")