Is it possible to skip NA values in "+" operator? – stackoverflow.com 14:03 Posted by Unknown No Comments I want to calculate an equation in R. I don't want to use the function sum because it's returning 1 value. I want the full vector of values. x = 1:10 y = c(21:29,NA) x+y [1] 22 24 26 28 30 32 34 36 ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitHow to tell driving instructor that I want to change instructors? – interpersonal.stackexchange.comArithmetic Cycle – codegolf.stackexchange.comTwin or not twin – puzzling.stackexchange.comWhy isn't this code unreachable? – stackoverflow.comtypewriter version of \leq – tex.stackexchange.comEulers formula sign – math.stackexchange.com
0 Comment to "Is it possible to skip NA values in "+" operator? – stackoverflow.com"
Post a Comment