An interactive R-course by University of Jyväskylä and University of Eastern Finland.
The following people have contributed to this package: Santtu Tikka, Juho Kopra, Kasperi Kansanen.
This repository contains the data used by the course package and internal sysdata.rda
generation, additional documentation, the package source code, and the Finnish and English localization.
Contains internal_data.R
that generates the internal package data sysdata.rda
.
Data sets used in the exercise problems and the PISA data for the final exam. The file datasets.zip
is available to the enrolled students.
Source materials for the additional documentation of the final exam of the course. The formulas used in the final exam are available for the enrolled students via formulas.pdf
and the PISA data description is available via PISA_variables.pdf
. Also contains documentation for the Rcourse package.
Contains the source code of the package.
Contains the package tests.
Provides the character strings for the interactive package UI in both English and Finnish as the files Rcourse_interface_en.yaml
and Rcource_interface_fi.yaml
, respectively. The translations of the exercise problems and the final exam can be found in the file Rcourse_questions_en.yaml
and Rcourse_questions_fi
for their respective languages. If any of these files are changed, sysdata.rda
has to be recreated for the package, and the package rebuilt.