Please submit a single .zip folder containing the following files:
1. Raw data files in their initial format (.e.g., .csv, .txt, .dta, etc.). These files should be completely unedited.
2. .R file(s) to clean the data. These should take the files in (1) and create a new dataset (or datasets) with which you do your analysis.
a. I should be able to run these files on my machine simply by changing the path to the raw data. Be sure to comment where the path is specified.
b. If I need to install any packages to run your code, be sure to specify that in a comment at the top of your file.
3. Your “cleaned” R dataframe(s) from (2) with .Rda extensions.
4. .R file(s) to do your replication and extension tables and figures. These files should take the .Rda files from (3) and produce your tables and figures.
a. It is okay to include separate files for each table/figure, or combine them all into one file.
b. Again, I should be able to run this on my machine by just changing the path.
5. Word Document containing the following:
a. Name of all group members
b. Name of chosen paper
c. Title, table/figure number, and page number of each table/figure you chose to replicate
i. Include a brief description of what each table/figure is showing. Five or fewer sentences for each.
1. If a figure contains multiple sub-figures, it is fine to choose just one to replicate.
ii. Write out the regression being estimated (if applicable)
d. Copy and paste your recreated table/figure and the original from the paper side-by-side.
i. Comment on any differences. For example,
1. Do your estimates differ? If so, why?
2. Did you do anything to improve the readability/ aesthetics of the table/figure?
e. Describe your extension (no more than one page. Totally fine if it’s less). Write out your regression equation. Copy and paste your “extension” tables and figures, along with a description of what each of them show.
i. Refer back to the document “Replication and Extension Project: Preliminary Instructions” for ideas of what to do here.
Approximate Grading Rubric
A
• Follow all the above instructions
• Code compiles
• Replicated tables/figures are of professional quality. They look as good or better than those in the actual paper.
o Any differences are between the actual table/figure and the replication are identified and discussed.
• The extension exercise was interesting and clearly explained.
• Figure and table were of professional quality.
o Results from the table/figure are interpreted correctly.
B
• Same as above, except one of the following:
o Figures/tables are readable, but not quite professional quality
o The extension is not clearly explained, or the results are not interpreted correctly.
C
• Same as above, except one of the following:
o Figures and tables are not of professional quality
o Extension doesn’t make sense
D/F
• Code does not compile, or
• Project is incomplete (e.g., doesn’t include both replication and extension)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme