我如何从样本均值和样本误差计算p值?谢谢你的帮助。
下面是我正在使用的代码。
ggplot(combine_mean_se2, aes(x=Treatment, y=mean, colour=Treatment)) +
geom_point(size=6)+
geom_linerange(aes(ymin= mean-se, ymax=mean+se), colour="grey10", linewidth=1) +
#scale_color_manual(values=c("firebrick4", "dodgerblue4")) +
ylab("Feature Mean and SE") +
xlab("") +
facet_wrap(~traits, scales = "free") +
elitetheme2 +
theme(legend.position = "top",
strip.text.x = element_text(size = 21, face = "bold"))
这是我资料
https://docs.google.com/spreadsheets/d/1q1guxAKosKztNXWO3ey1ZKZm4VU49ub58_C_bZ8TO1k/edit#gid=0
2条答案
按热度按时间k75qkfdt1#
您已经计算了平均值和SE。如果您有每个样本值进行统计检验,那将是最好的。ggpubr包具有在图形中添加p值和SE的出色功能。
http://www.sthda.com/english/wiki/one-way-anova-test-in-r
gojuced72#
我可能不正确的这个p值,但请让我知道,如果它不是,让我知道任何公式推导p值
我使用了以下公式
一个月一个月一个月一个月一个月
编号
输出