This repository contains learnr tutorials for the course Biostatistical Methods II: Classical Regression Models. The app requires R (version >= 4.0.2) and the following packages:
These packages can be installed using the following function call:
install.packages(c("survival", "lattice", "learnr", "JM"), dependencies = TRUE)
The tutorials can be loaded with the following commands:
EP03survival::load_practical("Likelihood")
EP03survival::load_practical("Basic_Survival")
EP03survival::load_practical("AFT_Models")
EP03survival::load_practical("Cox_Models")
EP03survival::load_practical("Cox_Extensions")
This package can be installed by first installing package remotes, and the executing the following command:
remotes::install_github("drizopoulos/EP03survival")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.