标签: r
如何在R中使表达式更简单?
0.64-0.0205*(c(qnorm(0.005),-qnorm(0.005)))
答案 0 :(得分:3)
0.64-0.0205*c(1,-1)*qnorm(0.005)