Closed nelsoncarvasjr closed 4 months ago
Dear Nelson,
Instead of subsetting in forest.meta()
it is possible to subset using update.meta()
. Accordingly, the command
forest(update(ma_rob, subset = -2))
should work.
Best, Guido
Thank you professor.
Em ter., 30 de jul. de 2024 às 06:06, Guido Schwarzer < @.***> escreveu:
Dear Nelson,
Instead of subsetting in forest.meta() it is possible to subset using update.meta(). Accordingly, the command forest(update(ma_rob, subset = -2)) should work.
Best, Guido
— Reply to this email directly, view it on GitHub https://github.com/guido-s/meta/issues/61#issuecomment-2257854245, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWY4GK73IWHMYPGFC3XYBA3ZO5JS5AVCNFSM6AAAAABKPVV2ZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXHA2TIMRUGU . You are receiving this because you authored the thread.Message ID: @.***>
Hello professor Guido,
I hope this message finds you well. My name is Nelson, and I am using the meta package implemented in R for some analyses. First of all, I would like to express my gratitude for the excellent work in developing this package.
Recently, I encountered an issue when trying to perform a sensitivity analysis using the argument subset= while including the Risk of Bias (RoB) figure. My view is that it would be very helpful if we could apply the subset directly in the forest plot when using the RoB figure. This would greatly facilitate the hypothesis testing process, eliminating the need to export the data to Excel and then reimport it.
I believe this functionality could add significant value to the package and simplify the work for many users. Thank you in advance for your attention, and I am available to provide more details or assist in any way necessary for the implementation of this improvement.
Best regards,
Nelson
An example:
For bug reports, please mention your