And I used this script:
forest(REM_2, common = FALSE, random = TRUE, fontsize = 9, xlab = "OR male vs. female", col.diamond.random = 'steelblue', prediction = TRUE, col.predict = 'light grey')
In the plot the "TE" an d seTE are displayed. My question: how can I rename these words into "Coeff."" and "SE"?
We don't really have enough info to help you out. Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.
If you've never heard of a reprex before, you might want to start by reading this FAQ:
i don't accept excel files by email; but besides, it wouldnt help progress your issue.
If you don't have a problem with loading your initial data and preparing it to some point ; you should exclude everything leading up to that point as being unnecessary. a reprex, should be 'minimal'.
You can follow the guide and learn how to provide your data in a forum acceptable way. dput() or datapasta() etc.
This will improve your chances of your receiving support.
also, the guide covers formatting your code as code. I will go ahead and edit your post to reflect that, but it would be best if you did it yourself going forward
I have tried to work with replex. Unfortunately, it failed.
I 've got the following message:
Rendering reprex...
Error: This reprex appears to crash R
Call reprex() again with std_out_err = TRUE to get more info