Closed reminjp closed 4 years ago
Hi, a standard deviation (SD) of 0 is not a problem, however, such a study does not get any weight in the meta-analysis. The idea of this warning is to inform the user about such studies which could result from a typo. Negative SDs are handled in a similar way.
You could use argument warn = FALSE
in order to suppress the warning.
Thanks! I now noticed you are the author of "Meta-Analysis with R" and bought it. I appreciate your great book and tool.
May I ask one more question related to this issue ...? How should I treat such a study which has no weight. Should I remove such a study when collecting studies? Or just include it as an empty space and explain that?
I would include a study that reports the mean values but has a standard deviation of 0 in the forest plot as this study provides all relevant information.
One may discuss whether to include a study in the forest plot which only provides partial information, e.g., mean values, however, no standard deviations. I would probably do this if there are not too many studies with partially missing data.
Typically, I would not include studies in the forest plot that do not provide any data on the outcome of interest.
Hello. I have a question on the
metacont
function.When I use
metacont
with data that sd.e or sd.c is 0, it provides the following warning:I referred some books on meta-analysis (written in Japanese) and I thought that sd.e or sd.c was 0 was not a problem. Is this a wrong understanding? Unfortunately, I'm not very familiar with meta-analysis...
Example
example_plot.pdf
example_a.csv (The first line is a header.)
example_b.csv
example.R