79269125

Date: 2024-12-10 17:20:55
Score: 1
Natty:
Report link

I was able to resolve this by specifying output.type="text" to the stat_cor command. This successfully exported the negative sign as a text box, instead of an object that did not display in powerpoint. Code below:

   stat_cor(label.y.npc="top", label.x.npc = "left",
   size=7,
   method="pearson",  output.type = "text")
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: gsm