Last updated: 2023-06-16

Checks: 2 0

Knit directory: eGFRslopes/

This reproducible R Markdown analysis was created with workflowr (version 1.7.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 4344c92. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .RData
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/

Untracked files:
    Untracked:  analysis/04longitudinal.Rmd
    Untracked:  analysis/05survival.Rmd
    Untracked:  analysis/07extractSlopes.Rmd
    Untracked:  analysis/misc_performanceChecks.Rmd
    Untracked:  code/calculateEGFR.R
    Untracked:  code/extractSlopes.R
    Untracked:  code/flagAKI.R
    Untracked:  code/syntheticData.R
    Untracked:  data/simulated_longitudinal_data.csv
    Untracked:  data/simulated_metadata.csv
    Untracked:  output/eGFR_meta.csv
    Untracked:  output/eGFR_minimal.csv
    Untracked:  output/eGFR_minimal_surv.csv
    Untracked:  output/fitJMbayes.RDS
    Untracked:  output/flagged_episodes.csv
    Untracked:  output/longitudinal_data.csv
    Untracked:  output/pred_long.csv

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 4344c92 Charlotte Boys 2023-06-16 Remove broken link
html 8191e58 Charlotte Boys 2023-06-16 Build site.
Rmd 93d7c81 Charlotte Boys 2023-06-16 Update links
html 391f074 Charlotte Boys 2023-06-16 Build site.
Rmd 7de25c8 Charlotte Boys 2023-06-16 Publish main parts of framework
Rmd 47b2fe3 Charlotte Boys 2023-06-13 Start workflowr project.

Welcome to our R tutorial for inferring eGFR slopes from serum creatinine data using a joint modelling approach.

  1. Generate synthetic dataset

  2. AKI outlier detection

  3. Calculate eGFR from SCr

  4. Prepare data for joint modelling

  5. Joint modelling of eGFR slopes

  6. Extract and plot eGFR slopes

Coming soon: