R做完假设检验后,结果是
Exact binomial test
data: sum(r > 0) and length(r)
number of successes = 5, number of trials = 10, p-value = 0.623
alternative hypothesis: true probability of success is less than 0.5
95 percent confidence interval:
0.0000000 0.7775589
sample estimates:
probability of success
0.5
能否提取其中p-value=0.623?