You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that we have a couple of different ways to refer to R code (code, coding, codes) and I want to make sure we have consistent usage when we talk about these things. My interpretation is:
code refers to any sort of programming script: "The R code for calculating the mean of x without missing data is mean(x, na.rm = TRUE). This is a mass noun and should never be plural.
coding/codes refers to how variables are represented: "It's common to have simplified coding to represent common variables such as 1 for Male and 2 for Female"
The text was updated successfully, but these errors were encountered:
I've noticed that we have a couple of different ways to refer to R code (code, coding, codes) and I want to make sure we have consistent usage when we talk about these things. My interpretation is:
mean(x, na.rm = TRUE)
. This is a mass noun and should never be plural.The text was updated successfully, but these errors were encountered: