Using R Programming Structures: Leveraging R witháControl Flow & Looping

placeholder

“Becoming adept at using R will form a valuable part of your statistical data analysis programming language toolkit. Achieving this involves learning how to utilize the functional programming structures of R.

This course shows how to use conditional constructs statements looping and functions effectively in R. You ll practice using if else and the ifelse functions and the switch construct.

You ll work with for and while loops. Recognize the next and break statements in R. And examine the repeat loop which does not have a condition at all and must be used with a break statement.

You ll then move on to advanced looping using the vapply() lapply() and sapply() functions in R.

By the end of this course you ll be able to use f R for control flow and looping.”