Pre-Tutorials
On this page you find pre-install quotes from the tutorial organisers.
This allows you to be as prepared for the tutorials as possible.
Morning Tutorials (09:00 - 12:00)
Applied Spatial Data Analysis with R (Virgilio Gómez Rubio) - Room: Bondestuen (36 seats)
See:
http://www.uclm.es/profesorado/vgomez/useR2015
Bayesian Networks and Graphical Models with R (Søren Højsgaard and Therese Graversen) - Room: Latinerstuen (42 seats)
See:
http://people.math.aau.dk/~sorenh/software/gR/index.html
Data manipulation with dplyr (Hadley Wickham) - Room: Det lille Teater (224 seats)
Please grab code, slides & data from
http://bit.ly/user15-dplyr
install.packages(c("dplyr", "nycflights13"))
Efficient statistical consulting using R Workflow for data analysis projects (Peter Baker) - Room: Musiksalen (102 seats)
Please install the dryworkflow package from github using these commands in R:
library(devtools) # available on CRAN (or github)
devtools::install_github("petebaker/dryworkflow", dependencies = TRUE)
You should also install GNU make and git. Git should be installed if you have RStudio installed. Make will be installed on linux systems. Windows users should install Rtools and for MACOSX please install XCode. For more details please see https://github.com/petebaker/dryworkflow.
Handling missing values with a special focus on the use of principal components methods (François Husson) - Room: Harlekinsalen (30 seats)
Tutorial slides:
user2015.pdf.
If you want to use your laptop, you should install the following packages:
FactoMineR, missMDA, VIM, Amelia, norm, mice.
And you can also download the two datasets and scripts:
ozoneNA.csv,
ozone.R,
ecological.csv and
ecological.R.
RHadoop (Andrie de Vries and Simon Field) - Room: Radiosalen (144 seats)
Tutorial description
Rocker: Using R on Docker (Dirk Eddelbuettel) - Room: Laugsstuen (60 seats)
Tutorial description
Statistical analysis of network data (Gabor Csardi) - Room: Gæstesalen (90 seats)
Tutorial description
Afternoon Tutorials (13:30 - 16:30)
Analysis and Visualization of Large Complex Data with Tessera (Ryan Hafen and Stephen Elston) - Room: Gæstesalen (90 seats)
See:
http://tessera.io/docs-UseR2015
Applied Machine Learning and Efficient Model Selection with mlr (Bernd Bischl and Michel Lang) - Room: Musiksalen (102 seats)
Please install the required packages from CRAN:
install.packages(c("glmnet", "gridExtra", "ggplot2", "ggvis", "kknn",
"irace", "kernlab", "KMsurv", "mlbench", "mda", "mlr", "party",
"randomForest", "randomForestSRC", "shiny", "sROC", "devtools",
"survMisc", "BatchJobs", "e1071", "rjson"))
Furthermore, please also download the mlr tutorial:
mlr_tutorial.zip
Bioconductor for high-throughput sequence analysis (Martin Morgan) - Room: Latinerstuen (42 seats)
See
https://github.com/Bioconductor/useR2015/
Getting to Know Grid Graphics (Paul Murrell) - Room: Laugsstuen (60 seats)
See:
https://www.stat.auckland.ac.nz/~paul/useR2015-grid/
Introduction to Bayesian Data Analysis with R (Rasmus Bååth) - Room: Radiosalen (144 seats)
Make sure to bring a laptop running R with the MCMCpack and the rjags packages installed.
To make sure these packages work, try running the following script in an R session:
https://gist.github.com/rasmusab/a453c564f30692c63d38
spatstat: An R package for analysing spatial point patterns (Adrian Baddeley and Ege Rubak) - Room: Harlekinsalen (30 seats)
Please bring your own laptop, with the latest version of R and spatstat installed.
Please ensure that all the ‘Suggested’ packages for spatstat are also installed,
which can be achieve with the command:
install.packages("spatstat", dependencies=TRUE)
Testing R Code (Richard J. Cotton) - Room: Det lille Teater (224 seats)
Required packages:
assertive, testthat, ggplot2, sig, Hmisc, data.table, plyr, dplyr, mice
Using Pandoc's markdown with R (Gergely Daróczi) - Room: Bondestuen (36 seats)
Please make sure you have pandoc installed (either manually from
http://pandoc.org or by installing RStudio,
which includes this software), optionally also install pdflatex for the PDF examples.
Required R packages:
knitr, shiny, pander, rapport -- all available from CRAN.
If you would rather use a Docker image, please pull
https://registry.hub.docker.com/u/cardcorp/r-pandoc
If you have any question, please feel free to mail me at
daroczig@rapporter.net.