How to make the expression simple in R? -


How can I make the expression easier in R?

  0.64-0.0205 * (c (qnorm (0.005), - qnorm (0.005))    

  0.64-0.0205 * c (1, -1) * qnorm (0.005)    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -