Stat Courses

Home

Courses

Introduction to R

Programming using R

Clustering & classification

Courses Leader

Dr Osama Mahmoud


© Stat-Courses  •  2017  •  email us
Browse courses on the main website

Theme by orderedlist

Programming using R

This is a one day intensive course on R programming techniques. The course is structured as a set of lecture sessions and computer practicals. It mainly covers the basic programming tools in R, such as functions and control structures, i.e. conditional expressions and loops. The target audiance for the course include a wide range of applicants e.g., statisticians, biologists, clinicians and postgraduate students.

Notice

This course assumes all participants have basic concepts of R, as covered by the 'Introduction to R' course. It is highly recommended that a participant attends the 'Introduction to R' course, followed by this course. Both courses together form a series titled 'Mastering Data Analysis & Visualisation Using R'.

Course outline

Presenter

Dr. Osama Mahmoud, Senior Research Associate (Research Statistician), School of Social and Community Medicine, University of Bristol, UK.

Installing the R package (Temporarily Unavailable!)

The R package associated with this course is hosted by the drat repository. Installing the package can be simply done by running the following code lines into your R session.

install.packages("drat")
drat::addRepo("statcourses")
install.packages("sscmRprogramming", type="source")

The package can then be loaded via

library("sscmRprogramming")