online tutorials
- Overview of useful commands for data analysis in R
- Loading data
- Aggregation
- List of basic plotfunctions
- Optimizing plots for publication
- Using R Markdown
- Short summary of a GAMM analysis of time series data (needs an update)
- Generating animations
r packages
Apologies, the package itsadug is currently not available on cran (I noticed too late that there were some issues). The issues are now fixed, but it is currently not possible to submit packages to CRAN because of maintenance. Please install the new version of itadug using the code below.
install.packages('https://jacolienvanrij.com/Rpackages/itsadug/package/itsadug_2.5.tar.gz', repos=NULL)
itsadug
The package
If you are interested to try the package, you can use the package installer in R, or run the following code in R to install the package:
plotfunctions
The package
VWPre
This package is implemented by Vince Porretta and Aki-Juhani Kyröläinen for preprocessing of gaze data within the Visual World Paradigm. The package contains detailed information in the vignettes (see vignette("VWPre") in R console).
PupilPre (beta version)
This package is implemented by Vince Porretta and Aki-Juhani Kyröläinen for preprocessing of pupil size data. The current version is submitted to CRAN. If you would like to try the package, please contact Vince Porretta.