README.md

Biostatistical Methods II: Classical Regression Models - Software Practicals Survival

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")


drizopoulos/EP03survival documentation built on Oct. 12, 2020, 10:45 a.m.