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 statistical learning techniques. The course is structured as a set of lecture sessions and computer practicals. The main focus is to introduce cluster analysis (unsupervised learning) and classification (supervised learning) approaches. Using R, participants will analyse real as well as example data sets and compute estimates of the misclassification rate, of the area under the receiver-operating characteristic (ROC) and of other relevant measurements. This course might be benfecial for a wide range of participants e.g., statisticians, bioinformaticians, data scientists, engineers and postgraduate students.
This course assumes all participants have basic knowledge of R programming, as covered by the 'Introduction to R' course. Knowledge of Basic concepts in statistics, in particular correlation and linear regression techniques are an advantage but not necessarily required.
Dr. Osama Mahmoud, Senior Research Associate (Research Statistician), School of Social and Community Medicine, University of Bristol, UK.
Prof. Berthold Lausen, Professor of Statistics and He</a>ad of Department of Mathematical Sciences, University of Essex, 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("essexBigdata", type="source")
The package can then be loaded via
library("essexBigdata")