1 Matching Annotations
- Aug 2021
-
jrnold.github.io jrnold.github.io
-
m <- mean(x, na.rm = TRUE)
It should rather be as follows to properly pass on the parameter na.rm: m <- mean(x, na.rm = na.rm)
-
m <- mean(x, na.rm = TRUE)
It should rather be as follows to properly pass on the parameter na.rm: m <- mean(x, na.rm = na.rm)