-
Notifications
You must be signed in to change notification settings - Fork 6
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 returnNAnot1
Please contact Steve Harris if you have any questions.