Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テスト ( model1.emm=emmeans(model1,~timeBin) contrast(model1.emm, "trt.vs.ctrl", ref = 1, adjust='fdr')) を実行すると、コンソールに次のように表示されます。
model1.emm=emmeans(model1,~timeBin) contrast(model1.emm, "trt.vs.ctrl", ref = 1, adjust='fdr')
この出力をデータフレームにエクスポートすることは可能でしょうか?
残りの結果をエクスポートする方法を学びました。 result = as.data.frame(summary(model1.emm))
result = as.data.frame(summary(model1.emm))