Comment by evolighting
4 days ago
R is more of a statistical software than a programming language. So, if you are a so-called "statistician," then R will feel familiar to you
4 days ago
R is more of a statistical software than a programming language. So, if you are a so-called "statistician," then R will feel familiar to you
No, R is a serious general purpose programming language that is great for building almost any type of complex scientific software with. Projects like Bioconductor are a good example.
Perhaps a in a context of comparison with Python?
In my limited experience, Using R feels like to using JavaScript in the browser: it's a platform heavily focused on advanced, feature-rich objects (such as DataFrames and specialized plot objects). but you could also just build almost anything with it.
No, it's not. Even established packages have bugs caused by R weirdness. I like it nevertheless.
Yes, R is a proper general purpose programming language. Turing complete, functional, procedural, object oriented.../
5 replies →
Care to give some examples?