Skip to content

R gotcha's

Steve Harris edited this page Jan 21, 2016 · 1 revision

Things that will annoy the new user, and need explaining early

  • Any missing value in a vector means simple functions return a missing value e.g. mean(c(1,1,1,NA,1,1)) will return NA not 1
Clone this wiki locally