問題タブ [ggpubr]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - ggpubr: ラベルの p 値の代わりに有意水準 (*** または ns) を表示する
R で使用する線形回帰で有意水準 (***
または) をラベルとして表示したいと思います。 and-significance-levels-to-ggplots/n.s.
ggpubr
aes(label = ..p.signif..)
ただし、単に、つまり..p.label..
を by..p.signif..
に置き換えると、 . stat_cor(aes(label = paste(..rr.label.., ..p.signif.., sep = "~ ~"))` プロットの変更は何もありません。エラーが発生するだけです:stat_cor(aes(label = paste(..rr.label.., ..p.label.., sep = "~
~"))
,
プロットに正確な p 値の代わりに、星 (*、* 、* ) または ns 値をプロットするにはどうすればよいですか? どうもありがとうございます。