stata assignment
This Stata Assignment will be graded on five scales: 0%, 25%, 50%, 75%, and 100%. If your do-file does not run, we will subtract 25%.
Start your do-file with the following (include your name and PID in your do-file) /*******************************************************************************
ECON 120B, Spring 2020
Stata Assignment 2
Name:
PID:
*******************************************************************************/
clear all // clear the environment/memory
set more off
sysuse nlsw88 // load the built-in dataset nlsw88
Please make sure your do-file is clearly documented to help us understand your code.