Skip to content

This repository will contain R code used for determining a recent eligibility report used for alignment of goals for budget and progress reporting periods. It will also contain code for various tables and graphs used to convey the findings of the report.

Notifications You must be signed in to change notification settings

jep9731/professional-eligibility-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

βœ… Imaging Core Goals Y4: Eligibility Report

This script supports the Year 4 Imaging Core goals by determining participant eligibility for PET/MRI scans based on cognitive status, demographics, and protocol adherence. The script merges clinical data with site-tracked stub visit details to monitor recruitment targets and scan completion rates.


πŸ“˜ Script Summary

πŸ“‚ IC_goals_Y4.R

Performs the following tasks:

  • Merges REDCap export of clinical data with stub visit information
  • Flags participants who are eligible, pending, or ineligible
  • Outputs summary tables by eligibility status and visit phase
  • Supports internal PET/MRI tracking reports

πŸ“ Required Data Files (Internal Access Only)

πŸ”’ These files are located in a shared lab directory. To run the script, place them in a local data/ folder.

Filename Description
AlzheimersDiseaseRes-StubDetails_DATA_2024-06-28_1029.csv Demographic information
2024-06-28T15_28_21.921Z_clinical_core_export.csv Clinical Core REDCap export with key fields

▢️ How to Run

  1. Ensure both data files are placed in a data/ folder at the root of the repository.
  2. Open the R script in RStudio: IC_goals_Y4.R
  3. Install the necessary R packages (if not already):
    install.packages(c("readr", "dplyr", "stringr", "lubridate"))

About

This repository will contain R code used for determining a recent eligibility report used for alignment of goals for budget and progress reporting periods. It will also contain code for various tables and graphs used to convey the findings of the report.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages