Courses
Courses Leader
© Stat-Courses
•
2017
•
email us
Browse courses on the main website
Theme by orderedlist
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.
Dr. Osama Mahmoud, Senior Research Associate (Research Statistician), School of Social and Community Medicine, University of Bristol, UK.
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")