R for Publication by Page Piccinini

[This article was first published on DataScience+, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

The goal of this course is to give you the skills to do the statistics that are in current published papers, and make pretty figures to show off your results. While we will go over the mathematical concepts behind the statistics, this is NOT meant to be a classical statistics class. We will focus more on making the connection between the mathematical equation and the R code, and what types of variables fit into each slot of the equation.

Much of the R code will come from the Hadleyverse, including the well-known ggplot2, the less-well known dplyr, and the even less-well known (but still very useful!) purrr. If you already have experience with R, but are less familiar with these packages, this course will help you improve your R pipeline to be more readable and efficient. Moreover, you can read dplyr tutorial and ggplot2 tutorial published here at DataScience+

In addition to statistics and figure making, this course will get you acquainted with other aspects of R and RStudio to allow for more productive data analysis and management, including R Projects, Git, and Bitbucket.

Pre-course To Do

To begin you will need to have a few things pre-installed or set up:

  • Install R. If you already have R installed, be sure it is the newest version.
  • Install RStudio.
  • Make sure tex (e.g. LaTeX) is installed.
  • Set up Git on your local computer.
  • Make a Bitbucket account.

    After that you’re ready to go!

    Syllabus

    The course is set up to follow a certain order with each lesson building on the previous one. However, you can also use the links below to jump to a specific topic. All videos for lessons thus far are also provided below. New material will be added throughout the course and this post will be updated frequently. To be alerted of new context, subscribe to my YouTube channel.

    The upcoming video lessons will be: Analysis of Variance (ANOVA); Linear Mixed Effects Models, Part 1; Linear Mixed Effects Models, Part 2.

    Related Post

    1. Assessing significance of slopes in regression models with interaction
    2. First steps with Non-Linear Regression in R
    3. Standard deviation vs Standard error
    4. Introduction to Circular Statistics – Rao’s Spacing Test
    5. Introduction to bootstrap with applications to mixed-effect models

    To leave a comment for the author, please follow the link and comment on their blog: DataScience+.

    R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
    Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

    Never miss an update!
    Subscribe to R-bloggers to receive
    e-mails with the latest R posts.
    (You will not see this message again.)

    Click here to close (This popup will not appear again)