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

Introduction to R

This is a one day intensive course on basics and fundamental concepts of R. The course is structured as a set of lecture sessions and computer practicals. It is suitable to a wide range of participants e.g., statisticians, biologists, clinicians and postgraduate students.

No prior programming knowledge is assumend.

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("sscmRintro", type="source")

The package can then be loaded via

library("sscmRintro")