Peer Review History
| Original SubmissionNovember 13, 2023 |
|---|
|
PONE-D-23-32978An Evaluation of the Ultimatum Game as a Measure of Irritability and AngerPLOS ONE Dear Dr. Gröndal, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. Please submit your revised manuscript by Feb 16 2024 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter. If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Junchen Shang Academic Editor PLOS ONE Journal requirements: When submitting your revision, we need you to address these additional requirements. 1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and 2. In the online submission form, you indicated that your data will be submitted to a repository upon acceptance. We strongly recommend all authors deposit their data before acceptance, as the process can be lengthy and hold up publication timelines. Please note that, though access restrictions are acceptable now, your entire minimal dataset will need to be made freely accessible if your manuscript is accepted for publication. This policy applies to all data except where public deposition would breach compliance with the protocol approved by your research ethics board. If you are unable to adhere to our open data policy, please kindly revise your statement to explain your reasoning and we will seek the editor's input on an exemption. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 3. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 4. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 5. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: The authors have addressed an interesting and relevant topic for the social decision-making literature. I found the authors to be very transparent in their procedures and I really liked that the authors made their data and scripts publicly available on OSF and that there is already a codebook etc. I have a few comments and suggestions that the authors should consider in a revision. Introduction 1. In general, I like the introduction very much as it is written with a clear focus on the research topic. I have recently been involved in research that has shown that not only the receiver's emotions play a role in acceptance/rejection behavior, but also the proposer's emotions. Anger played a central role in this, see e.g., Weiß et al., 2020. In addition, in another paper we showed that the trait anger moderates behavior only in an adapted two-stage version of the UG, but not in the traditional version (Rodrigues et al., 2022). I think both articles are relevant for the authors' introduction. Weiß, M., Rodrigues, J., Boschet, J. M., Pittig, A., Mussel, P., & Hewig, J. (2020). How depressive symptoms and fear of negative evaluation affect feedback evaluation in social decision-making. Journal of Affective Disorders Reports, 1, 100004. Rodrigues, J., Weiß, M., Mussel, P., & Hewig, J. (2022). On second thought… the influence of a second stage in the ultimatum game on decision behavior, electro‐cortical correlates and their trait interrelation. Psychophysiology, 59(7), e14023. 2. P. 5, l. 85: Typo “Ultimatum-Gave” 3. The authors state that “the relationship and differences between the constructs irritability and anger have not been clearly established, and in this study the overlap between the two will be examined in a behavioral setting.” I was surprised that subsequently the hypotheses focused exclusively on irritability. If the authors want to empirically test the differences, the hypotheses should include this aspect of the research question in my opinion. Methods 4. To my understanding, the authors did not use an a priori effect size to estimate significance, but a maximum number of participants they would be able to collect. How did you come to the assumption that your effect would be above the effect size of r = .19 when you decided to conduct the study? I didn't fully understand why the authors didn't collect more data until they reached their pre-registered sample size of 200 participants. With the online study, the time to recruit participants is drastically reduced. 5. P.12, l. 12: What was the “neutral filler task”? 6. How was the actual payout calculated for the participants? From reading the Method section, I was not sure whether the authors described a cover story/deception. I would encourage the authors to provide more details here. 7. I would suggest that the authors add an "Analysis" section to the "Methods" section so that the "Results" section focuses on the results. Results 8. The described multiple regression model is not included in the script on OSF (“main_analysis.Rmd”) 9. Why did the authors not use a model to capture their actual research question? I would have assumed three linear models with the predictors anger, irritability, their interaction, group as covariate, and the two rejection rates (unfair, medium) and total gain in the AI-UG as the outcome variables, respectively. The following R code yielded some interesting results for the total gain and the rejections for the medium offers. #Read data into R data <- haven::read_spss("UGdatafile.sav") ### Anger Trait data$STAXI_trait_sum <- rowSums(data[which(colnames(data) == "STAXI_trait_1"): which(colnames(data) == "STAXI_trait_10")], na.rm = FALSE) ### BITe_1 (first measure) data$BITe_sum1 <- rowSums(select(data, "BITe_1","BITe_2","BITe_3", "BITe_4","BITe_5")) ### BITe_2 (second measure) data$BITe_sum2 <- rowSums(select(data, "BITe_1_2","BITe_2_2", "BITe_3_2","BITe_4_2","BITe_5_2")) # rejections data$ug_m_rejection <- 420 -data$UG_Medium_sum data$ug_u_rejection <-180 - data$UG_Unfair_sum ### Model for total gain total_sum_model <- lm(UG_sum ~ scale(STAXI_trait_sum)*scale(BITe_sum1)*as.factor(Online_or_Lab)*scale(BITe_sum2)*as.factor(Online_or_Lab), data=data) summary(total_sum_model) sjPlot::plot_model(total_sum_model, type="pred", terms=c("STAXI_trait_sum", "BITe_sum1", "Online_or_Lab")) ### Model for unfair offers unfair_model <- lm(ug_u_rejection~ scale(STAXI_trait_sum)*scale(BITe_sum1)*as.factor(Online_or_Lab)*scale(BITe_sum2)*as.factor(Online_or_Lab), data=data) summary(ufair_model) ### Model for medium-sized offers medium_model <- lm(ug_m_rejection ~ scale(STAXI_trait_sum)*scale(BITe_sum1)*as.factor(Online_or_Lab)*scale(BITe_sum2)*as.factor(Online_or_Lab), data=data) summary(medium_model) sjPlot::plot_model(medium_model, type="pred", terms=c("STAXI_trait_sum", "BITe_sum1", "Online_or_Lab")) Please note that I may have misunderstood something here. I have only carried out the analysis as I understood your research question. 10. I don't want to encourage the authors to adjust their analyses post-hoc, but if they decide on a model, I would ask them to make it as transparent as possible (e.g., exploratory or deviation from pre-registered plan due to reviewer comments, etc.). I really like the study idea and would like to support the authors that they can get the most out of their data to answer their research question as precisely as possible. 11. If the authors decide for a model, I would suggest including figures on the main results. Discussion 12. As the interpretation of the results might change according to my suggestion, I did not conduct an in-depth review of the Discussion. Reviewer #2: I had the pleasure to revise the original manuscript entitled “An Evaluation of the Ultimatum Game as a Measure of Irritability and Anger”. The manuscript is clear and well-written. The behavioral results of this study showed significant relationships between anger and aggressive behaviors in the Ultimatum game, but no association between irritability and aggressive behavior as authors hypothesized. I suggest addressing the following minor points: -Page 5 – line 85: Gave should become Game. -On page 12, line 264-265, refer to the administration of the PSAP. In what order was it administered relative to the UG? It is not insignificant that there was a task in the procedure that was later removed. From the initial instructions, did the participants know they had to perform two tasks? -I suggest reporting the description of statistical analyses performed. -Table 2, first line “KI” should be “CI”? -page 17, line 357-364: Are these correlational results additional to those reported in table 1? If yes, please report all the statistical details of these results. Reviewer #3: The paper is surely well structured and I'm sure the data analysis has been accomplished properly (this is why I marked the paper through the positive option at question 2 above) but it is not presented completely. Just to be ready for publication, I ask the author to insert at least a paragraph completing the description of the experimental design and data analysis with special mention to the type of statistical tests that have been used alongside their assumptions check. ********** 6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: Yes: Laura Angioletti Reviewer #3: No ********** [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step. |
| Revision 1 |
|
An Evaluation of the Ultimatum Game as a Measure of Irritability and Anger PONE-D-23-32978R1 Dear Dr. Maria Gröndal, We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements. Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication. An invoice will be generated when your article is formally accepted. Please note, if your institution has a publishing partnership with PLOS and your article meets the relevant criteria, all or part of your publication costs will be covered. Please make sure your user information is up-to-date by logging into Editorial Manager at Editorial Manager® and clicking the ‘Update My Information' link at the top of the page. If you have any questions relating to publication charges, please contact our Author Billing department directly at authorbilling@plos.org. If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. Kind regards, Junchen Shang Academic Editor PLOS ONE Additional Editor Comments (optional): Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: All comments have been addressed Reviewer #2: All comments have been addressed Reviewer #3: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: The authors have addressed all my comments to my satisfaction and I recommend the work for publication. Reviewer #2: (No Response) Reviewer #3: The Authors addressed all comments of previous reviewers, in my opinion, and I have nothing to add. The paper can be accepted in its current form. ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: No Reviewer #3: No ********** |
| Formally Accepted |
|
PONE-D-23-32978R1 PLOS ONE Dear Dr. Gröndal, I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now being handed over to our production team. At this stage, our production department will prepare your paper for publication. This includes ensuring the following: * All references, tables, and figures are properly cited * All relevant supporting information is included in the manuscript submission, * There are no issues that prevent the paper from being properly typeset If revisions are needed, the production department will contact you directly to resolve them. If no revisions are needed, you will receive an email when the publication date has been set. At this time, we do not offer pre-publication proofs to authors during production of the accepted work. Please keep in mind that we are working through a large volume of accepted articles, so please give us a few weeks to review your paper and let you know the next and final steps. Lastly, if your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. If we can help with anything else, please email us at customercare@plos.org. Thank you for submitting your work to PLOS ONE and supporting open access. Kind regards, PLOS ONE Editorial Office Staff on behalf of Dr. Junchen Shang Academic Editor PLOS ONE |
Open letter on the publication of peer review reports
PLOS recognizes the benefits of transparency in the peer review process. Therefore, we enable the publication of all of the content of peer review and author responses alongside final, published articles. Reviewers remain anonymous, unless they choose to reveal their names.
We encourage other journals to join us in this initiative. We hope that our action inspires the community, including researchers, research funders, and research institutions, to recognize the benefits of published peer review reports for all parts of the research system.
Learn more at ASAPbio .