I'm a data scientist without a formal background in programming. Can someone please explain why implementing math functions in C/D is different than doing it in R?
For example, I would assume that creating a mean function using numbers and operators would be language-agnostic.
It's the difference between using a calculator and knowing how to multiply two 5 digit numbers with pen and paper.
You might say, "Oh but we can do that in R". Well, if you start doing that one function at a time, very soon you find yourself with R grinding to a halt.
For example, I would assume that creating a mean function using numbers and operators would be language-agnostic.