Skip to content

This is a task to calculate RMSSD from IBT values, for time windows related to stimulus events of participants.

Notifications You must be signed in to change notification settings

APavlides/SynetiqTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SynetiqTask

This function calculates RMSSD from IBT values, for time windows related to stimulus events of participants. The output includes a table of RMSSD value per participant and per stimulus event called RMSSD_Table.csv. In addition, the output also includes a figure showing the mean RMSSD over participants for events greater than 15 seconds.

The function(path, num_cores) parameters are:

  • path - path to data folder
  • num_cores - number of cores to use in parallelised code

Example call:

  • setwd("D:/APavlides/Documents/Kaggle/GitHub Data") -set working directory that contains function
  • source("RMSSD_Calculator_2.R") - load function
  • RMSSD_Calculator_2("D:/APavlides/Documents/Kaggle/GitHub Data/join_us-correction/data_engineer/data", 7) -- run function

About

This is a task to calculate RMSSD from IBT values, for time windows related to stimulus events of participants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages