- Joined
- Jul 26, 2016
- Messages
- 1,106
- Reaction score
- 1,186
Does anyone here use R for statistics? How opaque is it for a pre-med to learn? Thanks!
I used it. There are online videos and such that you can use to teach yourself. See if your university has stats workshops. Mine did and it also had a stats walk-in room where you could get help.Does anyone here use R for statistics? How opaque is it for a pre-med to learn? Thanks!
There was a thread about this on Allo a week ago. You could look up what was said there. In a few words, it doesn't really matter what you use, generally speaking. They all have their advantages and disadvantages. Tbh I'm sure excel would suffice for the majority of med student's and premed's projects. I am partial to SAS because it's what is most common in the medical world (you can download University Edition for free!) and SPSS because it's a breeze to learn. If you're thinking of doing engineering or hard sciences research, then go ahead and learn R.
This is excellent advice. It walks you through all the major functions in actual R. There is a JHU course on coursera or ed x about R as well if you are so inclined.Try Swirl for R
My PI (a neuro-oncologist) was the one who suggested that I learn R, not SAS. He said that R is likely to become the de facto medical statistics software in the coming years. He still uses SAS for a lot of things, but he suspects that R will win out in the end. I can't really comment, but he seems to know what he's talking about 🙂.Is it really true that SAS dominates the medical research world? I always presumed R would be given it's cost and statistical abilities.
I've been told that python is a must know for bioinformatics. How different is coding in R and python?+1,000 for R --> have heard great things about Swirl as well for learning the software.
Also... if you get into big data analysis R will be pretty much mandatory to know how to use. Eg. Metagenomics/genomics have a lot of R packages that are enormously helpful.
That and time series analysis is really easy to do with R tools.
Very easy to learn with the variety of online tutorials available. My advice... find a few tutorial, and follow them through to the end.
Pretty different tbh. R is unlike most other programming languages.I've been told that python is a must know for bioinformatics. How different is coding in R and python?
Do you know why you'd use python over R? It seems like R is best for the bulk of analysis, while python may give you novel ways to organizing and differentiate between data sets.Pretty different tbh. R is unlike most other programming languages.
I'm not a comp sci major or anything, but here's what I found in terms of Python vs R for data analysis:Do you know why you'd use python over R? It seems like R is best for the bulk of analysis, while python may give you novel ways to organizing and differentiate between data sets.
Edit: typos... many typos
In Python, sklearn is the “primary” machine learning package, and pandas is the “primary” data analysis package. This makes it easy to know how to accomplish a task, but also means that a lot of specialized techniques aren’t possible.
R, on the other hand, has hundreds of packages and ways to accomplish things. Although there’s generally an accepted way to accomplish things, the lines between base R, packages, and the tidyverse can be fuzzy for inexperienced folks.
Do you know why you'd use python over R? It seems like R is best for the bulk of analysis, while python may give you novel ways to organizing and differentiate between data sets.
Edit: typos... many typos
I'm not a comp sci major or anything, but here's what I found in terms of Python vs R for data analysis:
source: https://www.quora.com/Which-is-better-for-data-analysis-R-or-Python
I've been told that python is a must know for bioinformatics. How different is coding in R and python?
R you sure this is the best language to use? I don't want to bash it, just asking to C if you're certain.
If you run on caffeine, I imagine the most important thing for productivity is just getting a cup of java.
I can only see the photo when I go to quote your post. Maybe the Linux is broken?
Try Swirl for R
Thank you both for recommending this! I've been using it and it's an amazing program. R really isn't difficult at all and this makes it incredibly easy to learn.This is excellent advice. It walks you through all the major functions in actual R. There is a JHU course on coursera or ed x about R as well if you are so inclined.
Not a package, bit time series regressions are super cool in R, your prof might be ok with this, also here's a great tutorialOur end of the semester project for Biostats is learning a new package in R and presenting it to the class. Does anyone have any easy recommendations besides ggplot and the statistical tests (ANOVA, lm, glm etc.) Right now Im thinking of doing plot3D, but if anybody has any easy ones in mind thatd be cool
I used the PK package for my lab. It was pretty easy to use. IDK how impressive it'll be thoughOur end of the semester project for Biostats is learning a new package in R and presenting it to the class. Does anyone have any easy recommendations besides ggplot and the statistical tests (ANOVA, lm, glm etc.) Right now Im thinking of doing plot3D, but if anybody has any easy ones in mind thatd be cool
10/10 LaTeX reference