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.
每次我得到这些科学记数法时,我如何得到常规的 p 值(小数位)?
我尝试了格式选项,但仍然得到相同的
> format(1.3e-12, width=5) [1] "1.3e-12"
format(1.3e-12, scientific=FALSE) [1] "0.0000000000013"