Skip to content

Functions to generate patient-oriented reports from GGIR output

License

Notifications You must be signed in to change notification settings

wadpac/patientGGIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patientGGIR

patientGGIR is an R package to help generate patient reports from the output of R package GGIR.

Installation

  • Install: https://miktex.org/download

  • When installing on Windows:

    • Inside Miktex Console
    • Inside MikTex and under package, find tabu.
    • Click it, and press the "plus" to install it
  • Inside RStudio:

install.packages(pkgs = "remotes",  dependencies = TRUE)
remotes::install_github("wadpac/patientGGIR", dependencies = TRUE)

Usage

  • Run GGIR as you normally do

  • Specify path to GGIR output folder, e.g.

creatReport(GGIRoutputdir = "C:/output_pilot",
            lang = "fr",
            idsep = "_",
            desiredtz = "Europe/Paris",
            type = "onepage_luxsleepactcr_A4")
          

Notes:

  • lang is the language, with options fr or en
  • idsep is the separator for participant id in the file name, e.g. from 12_0872.bin the code will extract 12.
  • desiredtz is the desired timezone in which data collection took place
  • type is the type of report, currently only one report type facilitated

About

Functions to generate patient-oriented reports from GGIR output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages