For this asignment, I’d like you to make use of the datafile and do files that you generated as part of assignment 3. Using these, complete the following steps:
keep if or drop if)._merge variable. What are the results?drop command or use the save command with a variable list. Make sure that in each dataset, you include the student id.merge command again, but this time create a result where the two additional (fake) observations are dropped. Do this using the merge command itself, not drop if or keep if.Submit your results in a do file per normal procedure. Remember that since I don’t have access to your small dataset, I need a do file that will cleanly create the dataset from the original data and then complete the operations above.