knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  dpi = 300,
  out.width = "100%"
)
knitr::read_chunk("inst/r_code/study.R")

RPack.PIRA

Lifecycle: maturing

This is the analysis behind the Assessment of Disability Progression Independent of Relapse and Brain MRI Activity in Patients with Multiple Sclerosis in Poland [@Kapica-Topczewska2021], a peer-reviewed paper available at: https://www.mdpi.com/2077-0383/10/4/868. The code has not been further optimised but reproduces with fidelity the reported results.

Installation

You can install the released version of RPack.PIRA from GitHub with:

# install.packages("devtools")
devtools::install_github("FCACollin/rpack_pira")

Analysis Run


Patient characteristics


Disease progression and relapses



Disease progression and MRI Activity




Disease progression: relapses and MRI Activity


Modele: Probability of Disease Worsening





Data

knitr::kable(head(ADPIRA))

References



FCACollin/rpack_pira documentation built on Feb. 21, 2021, 12:01 a.m.