Open kbuzard opened 3 months ago
@kbuzard, please look at the replication package again; thank you. I have worked on your feedback and Ryans. So, the mentioned errors would not be present. Done - worked on all the feedback and completed the changes today. Pending - organization of the rest of the files
@ecn310/development I did not see this issue! Please refer to my feedback on the reproducibility package here
@kbuzard, please look at the replication package again; thank you. I have worked on your feedback and Ryans. So, the mentioned errors would not be present.
I think it would be most effective for @rpseely and me to do this in sequence (so you get feedback in between that you can implement before the other person looks at it).
- Since you had some questions for @rpseely, it's probably better if he goes first (assuming he has time at all). @rpseely Let me know what your plan is with regard to this and I can fit my feedback in around that (again, assuming you have time to do this at all).
@kbuzard @ecn310/310-students At first glance, it looks like the development team implemented my feedback from this post I made Wednesday. I will take another look at it tonight and see if I have any more feedback.
@ecn310/development I took a second look at your reproducibility package. Here are my thoughts:
twoway (line gdp_Developed year), ///
graph bar gdp_Developed, over(year, sort(ascending)) ///
@ecn310/development I took a second look at your reproducibility package. Here are my thoughts:
- You still have these lines of code in the gdp_developed_analysis.do file that produce graphs that are, as far as I can tell, of no value. I would either replace them with code for other helpful graphics or delete the lines altogether.
twoway (line gdp_Developed year), /// graph bar gdp_Developed, over(year, sort(ascending)) ///
- Again, please change "drop if year == 2020" in gdp_developed_analysis.do to match what you did in Merge_GDp_Mftc.do. You don't need the line because you save the data without observations from 2020 onward in Merge_GDp_Mftc.do to do the analysis, but if you are going to keep it in, it should match.
- On that note, in your Overleaf for your final report I see other graphics that are not made in any code from your reproducibility package. If you intend to keep these graphics in your final report, you must provide the code used to make them in the reproducibility package.
- Something new that I noticed: when downloading the data from Our World in Data, I believe it is the default that the downloaded data will have short column names. I would still add a sentence that says that when downloading the data, one should use short column names.
![]()
@rpseely, I worked on all the comments except for 3 - I am working with my group to figure out where the other code is and whether or not we need everything.
@kbuzard, will you be able to look at the reproducibility package?
@rpseely, I worked on all the comments except for 3 - I am working with my group to figure out where the other code is and whether or not we need everything.
@kbuzard, will you be able to look at the reproducibility package?
@Meiska12 I'll be happy to look it over and give you my feedback. Just let me know when you've resolved this outstanding issue.
@rpseely, I worked on all the comments except for 3 - I am working with my group to figure out where the other code is and whether or not we need everything. @kbuzard, will you be able to look at the reproducibility package?
@Meiska12 I'll be happy to look it over and give you my feedback. Just let me know when you've resolved this outstanding issue.
Hello @kbuzard, that has been resolved. There is only code for the figures present in the overleaf when you take time to look at the Reproducibility package and the Overleaf. Thank you.
@ecn310/development Here is my feedback on the reproducibility package:
I will try to look at your report later today (I didn't block out time because you only asked me for time to look at the reproducibility package), but I have commitments for the next several hours and don't know when that will be or how much time I'll have once I get free. I'll be in contact once I know.
Hello Prof @kbuzard, I am unsure why this is occurring, but I have reached the quota for Overleaf. I cannot write more than a few sentences. You can see anything written beyond black ink and green ink in the screenshot. Please let me know what I have to do.
@Meiska12 This is not a quota. You put in a percent sign, which Overleaf sees as a signal to create a comment. If you put \%
, this will show up as a percent sign and it will not turn the rest of your text into a comment (that's what the green means).
@Meiska12 This is not a quota. You put in a percent sign, which Overleaf sees as a signal to create a comment. If you put
\%,
this will show up as a percent sign, and it will not turn the rest of your text into a comment (that's what the green means). I got it. I fixed it, but I am trying to write the paragraph below the scatterplot, which was the issue. As in the screenshot, it is positioned after Fig 2 and only shows the last two sentences. Not sure how to get around this.![]()
@Meiska12 I can't understand what the problem is. I can't see any text under figure 2 in either the code or in the compiled PDF in the screenshot. When I look at the compiled version directly on Overleaf, the text you have in between the two figures in the code shows up part before the figures and part after the figures, but everything you have typed in there shows up. If you don't like the placement of the figures relative to the text, there are options you can add to the \begin{figure} statement to get LaTeX to put them in different locations (this is a place where ChatGPT is very helpful).
I will try to look at your report later today (I didn't block out time because you only asked me for time to look at the reproducibility package), but I have commitments for the next several hours and don't know when that will be or how much time I'll have once I get free. I'll be in contact once I know.
@ecn310/development I didn't have time to read through everything, but I looked at the abstract, data, started the results (figures are missing, so I got stuck), the bibliography and data appendix. Let me know if it would be helpful for me to look at something more in the morning.
@ecn310/development I'm creating this issue to have a place to give you feedback on your replication package.
I'm looking at the file Replication Package Plan.md.
I have two types of comments. First, on this file, and second, on the structure of your reproducibility package.
On the file:
Structure of your reproducibility package
Remember that when you move the folders, you'll need to adjust the file paths in your do-files so that they match the new location.