This notebook checks the frame rate of every kinect file in the clinical dataset.

If the minimum framerate of the file is less than 10, the frame rate plot is displayed. This is to check if the low frame rate is an outlier or if the frame rate of the file is actually low.

Load

library(ggplot2)
library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(plotly)
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(magrittr)

#cat("Files inside lenovo folder are obtained from running Kinect files on Lenovo laptop.\n\n")
#cat("Files inside VAIO folder are obtained from running Kinect files on Sony VAIO laptop.\n\n")
#cat("File naming convention: A file with format .._0i.csv means that the .csv file was obtained in the i-th run of Kinect Studio for that file, without changing the loaded Kinect file in the kinect Studio between consecutive runs.\n\n")

cat("This notebook checks the frame rate of every kinect file in the clinical dataset\n\n")
## This notebook checks the frame rate of every kinect file in the clinical dataset
cat("If the minimum framerate of the file is less than 10, the frame rate plot is displayed. This is to check if the low frame rate is an outlier or if the frame rate of the file is actually low.\n\n")
## If the minimum framerate of the file is less than 10, the frame rate plot is displayed. This is to check if the low frame rate is an outlier or if the frame rate of the file is actually low.
dataDir <- '../../Clinical/'

# Clinical Kinect Skeleton Files
files <- c(

paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160512_210333_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160512_210354_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20160512_210423_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160512_211129_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160512_211200_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160609_191008_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20160609_191122_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160602_195410_00.csv'),
paste0(dataDir, 'P001/P001_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160602_195523_00.csv'),
paste0(dataDir, 'P002/P002_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160523_205702_00.csv'),
paste0(dataDir, 'P002/P002_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160523_210633_00.csv'),
paste0(dataDir, 'P003/P003_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160531_182429_00.csv'),
paste0(dataDir, 'P003/P003_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160531_183305_00.csv'),
paste0(dataDir, 'P003/P003_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160531_183329_00.csv'),
paste0(dataDir, 'P003/P003_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160616_181140_00.csv'),
paste0(dataDir, 'P003/P003_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160616_181711_00.csv'),
paste0(dataDir, 'P004/P004_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160528_010710_00.csv'),
paste0(dataDir, 'P004/P004_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160528_010003_00.csv'),
paste0(dataDir, 'P004/P004_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160528_010028_00.csv'),
paste0(dataDir, 'P005/P005_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160602_193332_00.csv'),
paste0(dataDir, 'P005/P005_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160602_193928_00.csv'),
paste0(dataDir, 'P005/P005_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160630_194832_00.csv'),
paste0(dataDir, 'P005/P005_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20160630_194917_00.csv'),
paste0(dataDir, 'P005/P005_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160630_195509_00.csv'),
paste0(dataDir, 'P006/P006_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160610_173942_00.csv'),
paste0(dataDir, 'P006/P006_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160608_220705_00.csv'),
paste0(dataDir, 'P006/P006_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160608_221204_00.csv'),
paste0(dataDir, 'P006/P006_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160628_171041_00.csv'),
paste0(dataDir, 'P006/P006_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160628_171740_00.csv'),
paste0(dataDir, 'P006/P006_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160628_171855_00.csv'),
paste0(dataDir, 'P007/P007_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160613_200937_00.csv'),
paste0(dataDir, 'P007/P007_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160613_202251_00.csv'),
paste0(dataDir, 'P007/P007_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160705_174044_00.csv'),
paste0(dataDir, 'P007/P007_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160705_173555_00.csv'),
paste0(dataDir, 'P008/P008_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160617_190327_00.csv'),
paste0(dataDir, 'P008/P008_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160610_192725_00.csv'),
paste0(dataDir, 'P008/P008_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160610_192637_00.csv'),
paste0(dataDir, 'P008/P008_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160713_004204_00.csv'),
paste0(dataDir, 'P008/P008_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160713_005211_00.csv'),
paste0(dataDir, 'P009/P009_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160630_205046_00.csv'),
paste0(dataDir, 'P009/P009_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160630_204128_00.csv'),
paste0(dataDir, 'P009/P009_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160722_195637_00.csv'),
paste0(dataDir, 'P009/P009_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160722_195029_00.csv'),
paste0(dataDir, 'P009/P009_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160722_194902_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160711_180655_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160711_180310_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160711_180354_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20160711_180939_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160729_225009_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160729_225734_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160729_225819_00.csv'),
paste0(dataDir, 'P010/P010_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20160729_225902_00.csv'),
paste0(dataDir, 'P011/P011_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160714_212114_00.csv'),
paste0(dataDir, 'P011/P011_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160714_211840_00.csv'),
paste0(dataDir, 'P011/P011_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160811_170240_00.csv'),
paste0(dataDir, 'P011/P011_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160811_165616_00.csv'),
paste0(dataDir, 'P012/P012_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160715_192316_00.csv'),
paste0(dataDir, 'P012/P012_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160715_193004_00.csv'),
paste0(dataDir, 'P012/P012_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160715_193221_00.csv'),
paste0(dataDir, 'P012/P012_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160715_193245_00.csv'),
paste0(dataDir, 'P012/P012_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160804_174655_00.csv'),
paste0(dataDir, 'P012/P012_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160804_175617_00.csv'),
paste0(dataDir, 'P013/P013_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160729_164330_00.csv'),
paste0(dataDir, 'P013/P013_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160729_164735_00.csv'),
paste0(dataDir, 'P014/P014_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160815_175046_00.csv'),
paste0(dataDir, 'P014/P014_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160815_175836_00.csv'),
paste0(dataDir, 'P014/P014_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160829_210932_00.csv'),
paste0(dataDir, 'P014/P014_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20160829_211316_00.csv'),
paste0(dataDir, 'P014/P014_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160829_211840_00.csv'),
paste0(dataDir, 'P014/P014_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160829_211840_00.csv'),
paste0(dataDir, 'P014/P014_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160829_211911_00.csv'),
paste0(dataDir, 'P015/P015_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160815_173209_00.csv'),
paste0(dataDir, 'P015/P015_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160815_173629_00.csv'),
paste0(dataDir, 'P015/P015_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160815_173710_00.csv'),
paste0(dataDir, 'P015/P015_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160829_195522_00.csv'),
paste0(dataDir, 'P015/P015_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160829_200341_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160914_233437_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160914_233504_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160914_232545_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160914_232658_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20160914_232727_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161005_233434_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161005_232712_00.csv'),
paste0(dataDir, 'P016/P016_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161005_232204_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160919_224612_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160919_224643_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160919_225204_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160919_225233_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161003_174727_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161003_174755_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161003_175129_00.csv'),
paste0(dataDir, 'P017/P017_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161003_175155_00.csv'),
paste0(dataDir, 'P018/P018_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160915_173501_00.csv'),
paste0(dataDir, 'P018/P018_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160915_172935_00.csv'),
paste0(dataDir, 'P018/P018_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160915_173008_00.csv'),
paste0(dataDir, 'P018/P018_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161006_170204_00.csv'),
paste0(dataDir, 'P018/P018_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161006_170240_00.csv'),
paste0(dataDir, 'P018/P018_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161006_170706_00.csv'),
paste0(dataDir, 'P018/P018_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161006_170732_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160810_191127_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160810_191512_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160810_191833_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20160810_191706_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160830_193232_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160830_193935_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160830_193804_00.csv'),
paste0(dataDir, 'P019/P019_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20160830_193712_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170605_215341_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170605_220043_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20170605_215257_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170605_220124_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170622_190701_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170622_190629_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170622_183750_00.csv'),
paste0(dataDir, 'P023/P023_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170622_183843_00.csv'),
paste0(dataDir, 'P024/P024_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170410_210228_00.csv'),
paste0(dataDir, 'P024/P024_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170410_205541_00.csv'),
paste0(dataDir, 'P024/P024_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170410_205639_00.csv'),
paste0(dataDir, 'P024/P024_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170427_181502_00.csv'),
paste0(dataDir, 'P024/P024_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170427_180529_00.csv'),
paste0(dataDir, 'P024/P024_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170427_180642_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170419_211946_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170419_211919_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170419_210725_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170419_210643_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170510_163707_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170510_163413_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170504_171743_00.csv'),
paste0(dataDir, 'P026/P026_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170504_171835_00.csv'),
paste0(dataDir, 'P027/P027_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170427_191611_00.csv'),
paste0(dataDir, 'P027/P027_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170427_190927_00.csv'),
paste0(dataDir, 'P027/P027_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170427_190953_00.csv'),
paste0(dataDir, 'P027/P027_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170525_175906_00.csv'),
paste0(dataDir, 'P027/P027_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170525_180635_00.csv'),
paste0(dataDir, 'P027/P027_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170525_180734_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170511_171708_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170511_171854_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170511_171234_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170511_171312_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20170511_171345_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170629_165521_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170629_165616_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170629_162151_00.csv'),
paste0(dataDir, 'P028/P028_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170629_162256_00.csv'),
paste0(dataDir, 'P031/P031_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160926_223155_00.csv'),
paste0(dataDir, 'P031/P031_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160926_223858_00.csv'),
paste0(dataDir, 'P031/P031_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160926_223958_00.csv'),
paste0(dataDir, 'P031/P031_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20161011_160202_00.csv'),
paste0(dataDir, 'P031/P031_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161011_155834_00.csv'),
paste0(dataDir, 'P031/P031_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161011_160255_00.csv'),
paste0(dataDir, 'P033/P033_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161103_151735_00.csv'),
paste0(dataDir, 'P033/P033_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161103_151825_00.csv'),
paste0(dataDir, 'P033/P033_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161103_152423_00.csv'),
paste0(dataDir, 'P033/P033_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161103_152451_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161115_161350_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161115_162142_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161115_162216_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20161115_162242_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161206_165925_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161206_165947_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161206_171008_00.csv'),
paste0(dataDir, 'P034/P034_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161206_171104_00.csv'),
paste0(dataDir, 'P035/P035_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161201_182103_00.csv'),
paste0(dataDir, 'P035/P035_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161201_182407_00.csv'),
paste0(dataDir, 'P035/P035_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161201_182428_00.csv'),
paste0(dataDir, 'P035/P035_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161223_161250_00.csv'),
paste0(dataDir, 'P035/P035_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161223_161820_00.csv'),
paste0(dataDir, 'P035/P035_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161223_161754_00.csv'),
paste0(dataDir, 'P036/P036_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161212_174212_00.csv'),
paste0(dataDir, 'P036/P036_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161212_174252_00.csv'),
paste0(dataDir, 'P036/P036_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161212_174646_00.csv'),
paste0(dataDir, 'P036/P036_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161212_174715_00.csv'),
paste0(dataDir, 'P036/P036_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170105_182245_00.csv'),
paste0(dataDir, 'P036/P036_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170105_182602_00.csv'),
paste0(dataDir, 'P036/P036_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170105_182624_00.csv'),
paste0(dataDir, 'P037/P037_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161212_234104_00.csv'),
paste0(dataDir, 'P037/P037_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161212_234513_00.csv'),
paste0(dataDir, 'P037/P037_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161212_234538_00.csv'),
paste0(dataDir, 'P037/P037_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170131_001315_00.csv'),
paste0(dataDir, 'P037/P037_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170131_001750_00.csv'),
paste0(dataDir, 'P037/P037_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170131_001811_00.csv'),
paste0(dataDir, 'P038/P038_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161212_231850_00.csv'),
paste0(dataDir, 'P038/P038_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161212_232240_00.csv'),
paste0(dataDir, 'P038/P038_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161212_232218_00.csv'),
paste0(dataDir, 'P038/P038_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170109_223400_00.csv'),
paste0(dataDir, 'P038/P038_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170109_223741_00.csv'),
paste0(dataDir, 'P039/P039_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161229_231639_00.csv'),
paste0(dataDir, 'P039/P039_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161229_232040_00.csv'),
paste0(dataDir, 'P039/P039_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161229_232119_00.csv'),
paste0(dataDir, 'P039/P039_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170119_182505_00.csv'),
paste0(dataDir, 'P039/P039_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170119_182920_00.csv'),
paste0(dataDir, 'P039/P039_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170119_182947_00.csv'),
paste0(dataDir, 'P040/P040_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170112_184754_00.csv'),
paste0(dataDir, 'P040/P040_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170112_185301_00.csv'),
paste0(dataDir, 'P040/P040_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170202_173354_00.csv'),
paste0(dataDir, 'P040/P040_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170202_173442_00.csv'),
paste0(dataDir, 'P040/P040_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170202_174057_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161021_165108_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161021_165159_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161021_173639_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161021_173750_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20161021_173856_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161111_171500_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161111_171630_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161111_181236_00.csv'),
paste0(dataDir, 'P041/P041_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161111_181431_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161028_161227_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161028_161333_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161028_163543_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161028_163627_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161118_151510_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161118_151626_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161118_152634_00.csv'),
paste0(dataDir, 'P042/P042_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161118_152718_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170217_170850_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170217_170911_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20170217_170928_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170217_171641_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170217_171717_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170310_143316_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170310_143347_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170310_135426_00.csv'),
paste0(dataDir, 'P043/P043_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170310_135507_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170512_211140_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170512_211209_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170421_220857_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170421_220917_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20170421_220940_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_4_20170512_205342_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_5_20170512_205357_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170602_181842_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170602_181859_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170602_181310_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170602_181330_00.csv'),
paste0(dataDir, 'P044/P044_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20170602_181356_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160923_144104_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160923_144318_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160923_150605_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160923_150903_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161014_170039_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161014_171933_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161014_172002_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161014_171933_00.csv'),
paste0(dataDir, 'P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161014_172002_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170103_160625_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170103_163003_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170103_163034_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170124_170112_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170124_170158_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170124_171042_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170124_171057_00.csv'),
paste0(dataDir, 'P047/P047_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20170124_171117_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170120_195035_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170120_195054_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170120_195538_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170120_195602_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170310_200407_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170310_200434_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170310_194750_00.csv'),
paste0(dataDir, 'P048/P048_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170310_194816_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170217_180615_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170217_180636_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20170217_180654_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170217_180048_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170217_180141_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170310_142301_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170310_142325_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170310_141252_00.csv'),
paste0(dataDir, 'P049/P049_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170310_141332_00.csv'),
paste0(dataDir, 'P050/P050_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170112_220643_00.csv'),
paste0(dataDir, 'P050/P050_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170112_220955_00.csv'),
paste0(dataDir, 'P050/P050_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170112_221033_00.csv'),
paste0(dataDir, 'P050/P050_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170223_193724_00.csv'),
paste0(dataDir, 'P050/P050_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170223_194043_00.csv'),
paste0(dataDir, 'P050/P050_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170223_194104_00.csv'),
paste0(dataDir, 'P051/P051_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170127_172631_00.csv'),
paste0(dataDir, 'P051/P051_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170127_174149_00.csv'),
paste0(dataDir, 'P051/P051_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170217_195458_00.csv'),
paste0(dataDir, 'P051/P051_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170217_200448_00.csv'),
paste0(dataDir, 'P053/P053_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170228_004111_00.csv'),
paste0(dataDir, 'P053/P053_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170228_004501_00.csv'),
paste0(dataDir, 'P053/P053_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170228_004534_00.csv'),
paste0(dataDir, 'P053/P053_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170313_213921_00.csv'),
paste0(dataDir, 'P053/P053_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170313_214258_00.csv'),
paste0(dataDir, 'P053/P053_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170313_214323_00.csv'),
paste0(dataDir, 'P054/P054_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170227_225047_00.csv'),
paste0(dataDir, 'P054/P054_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170227_225458_00.csv'),
paste0(dataDir, 'P054/P054_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170227_225430_00.csv'),
paste0(dataDir, 'P054/P054_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170403_215433_00.csv'),
paste0(dataDir, 'P054/P054_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170403_214728_00.csv'),
paste0(dataDir, 'P054/P054_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170403_214754_00.csv'),
paste0(dataDir, 'P055/P055_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170217_181050_00.csv'),
paste0(dataDir, 'P055/P055_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170217_181904_00.csv'),
paste0(dataDir, 'P055/P055_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170217_181928_00.csv'),
paste0(dataDir, 'P055/P055_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170329_161007_00.csv'),
paste0(dataDir, 'P055/P055_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170329_160020_00.csv'),
paste0(dataDir, 'P055/P055_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170329_160136_00.csv'),
paste0(dataDir, 'P055/P055_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20170329_155952_00.csv')
)

for (file in files){
  cat(paste("Summary statistics for file", file, ":"),"\n")
  df <- read.csv(file)
  dt0 <- df$unix_timestamp[1] - (df$unix_timestamp[2]-df$unix_timestamp[1])
  df <- df %>% mutate(dt = unix_timestamp  - lag(unix_timestamp, default=dt0[1]))
  df <- df %>% mutate(fr = 1000/dt)
  print(summary(df$fr))
  if (min(df$fr)>=10)
    cat("This file has minimum FPS greater than 10.\n\n")
  if (min(df$fr) < 10)
  {
    cat("This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.\n")
  print(ggplot(df, aes(frame_number, fr)) + geom_line() + geom_point() + ggtitle(file) +
          theme(plot.title = element_text(size = 10, face = "bold")) + ylab("Frame rate (fps)")+xlab("Time in seconds"))
  }
}
## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160512_210333_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.263  25.000  30.303  31.877  34.483  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160512_210354_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.929  26.494  30.303  31.752  34.483  83.333 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20160512_210423_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.897  25.000  29.412  32.581  36.376 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160512_211129_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.731  19.608  28.571  27.469  32.258  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160512_211200_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.49   26.32   29.41   30.25   32.26   71.43 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160609_191008_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.042  25.000  29.857  31.192  34.791  76.923 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20160609_191122_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.236  22.222  29.412  35.283  39.615 125.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160602_195410_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    5.00   20.83   28.57   28.37   33.62  125.00 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P001/P001_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160602_195523_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.016  11.766  28.571  26.968  31.250 142.857 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P002/P002_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160523_205702_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.994  22.859  29.412  28.090  33.333 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P002/P002_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160523_210633_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.367  16.393  25.000  27.950  34.483 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P003/P003_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160531_182429_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   19.61   26.32   29.41   32.44   34.48   76.92 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P003/P003_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160531_183305_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.289  16.071  27.027  26.796  33.333  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P003/P003_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160531_183329_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.926  22.727  29.412  27.946  34.483  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P003/P003_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160616_181140_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.51   24.39   30.30   33.45   35.71  142.86 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P003/P003_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160616_181711_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.353  24.390  30.303  36.829  43.478 142.857 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P004/P004_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160528_010710_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.025  25.978  29.412  27.311  31.250  45.455 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P004/P004_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160528_010003_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    3.46   27.59   30.30   29.33   32.26   76.92 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P004/P004_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160528_010028_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    5.00   23.81   29.41   29.49   32.26  125.00 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P005/P005_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160602_193332_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    6.25   23.81   29.41   32.33   36.38  100.00 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P005/P005_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160602_193928_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.861  13.699  28.571  23.751  30.303  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P005/P005_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160630_194832_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.444  25.978  29.412  25.927  30.303  38.462 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P005/P005_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20160630_194917_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.917  25.000  29.412  33.025  35.714 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P005/P005_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160630_195509_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.237  27.402  29.412  25.171  30.303  34.483 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P006/P006_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160610_173942_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.714  15.152  26.316  22.645  30.303  40.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P006/P006_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160608_220705_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.092  15.152  28.571  25.014  31.250  40.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P006/P006_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160608_221204_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.407  15.873  23.256  23.851  29.412 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P006/P006_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160628_171041_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.975  28.571  30.303  29.800  32.258  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P006/P006_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160628_171740_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.457  23.810  29.412  28.459  32.527  71.429 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P006/P006_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160628_171855_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    5.00   27.03   29.41   27.04   31.25   52.63 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P007/P007_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160613_200937_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.274  24.848  30.303  28.017  34.483  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P007/P007_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160613_202251_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.976  24.390  28.992  25.974  31.502  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P007/P007_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160705_174044_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.831  10.479  29.412  23.532  30.303  43.478 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P007/P007_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160705_173555_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    2.50   10.36   29.41   23.37   30.30   66.67 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P008/P008_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160617_190327_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.15   28.57   30.30   30.27   32.26   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P008/P008_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160610_192725_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    4.31   22.22   27.78   28.54   34.48  100.00 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P008/P008_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160610_192637_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.587  23.256  29.412  25.516  31.250  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P008/P008_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160713_004204_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.025  24.245  28.571  28.745  33.333  76.923 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P008/P008_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160713_005211_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.322  11.364  14.286  15.019  16.598 125.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P009/P009_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160630_205046_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.902  27.778  30.303  29.091  32.258  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P009/P009_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160630_204128_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.274  20.306  29.412  27.499  31.250 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P009/P009_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160722_195637_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.274  27.778  29.412  27.884  31.250  41.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P009/P009_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160722_195029_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.788  15.873  29.412  24.640  30.303  41.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P009/P009_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160722_194902_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.759  27.027  29.412  26.956  31.250  43.478 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160711_180655_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.292  24.390  29.412  27.616  31.250 166.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160711_180310_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.994  15.210  29.412  24.692  30.303  62.500 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160711_180354_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.237  10.000  29.412  22.887  30.303  40.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20160711_180939_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.831  10.000  27.402  21.491  30.303  66.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160729_225009_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    5.00   26.32   29.41   26.77   31.25   83.33 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160729_225734_00.csv : 
##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
##    1.226    5.848    7.812   13.298   12.820 1000.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160729_225819_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   0.819  13.333  16.949  20.066  24.390  83.333 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P010/P010_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20160729_225902_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##  0.6523 28.5714 29.4118 27.2044 30.3030 38.4615 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P011/P011_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160714_212114_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.045  12.195  15.873  16.552  19.231 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P011/P011_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160714_211840_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.215  11.494  15.385  16.526  18.519 125.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P011/P011_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160811_170240_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.93   29.41   30.30   30.01   30.30   38.46 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P011/P011_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160811_165616_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   26.32   29.41   30.30   30.09   31.25   35.71 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P012/P012_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160715_192316_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.882  27.027  29.412  28.199  32.258  66.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P012/P012_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160715_193004_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    4.95   27.21   30.30   28.70   32.26   62.50 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P012/P012_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160715_193221_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.367  14.185  27.778  24.180  31.250  45.455 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P012/P012_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160715_193245_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.292  24.543  28.571  26.879  32.006  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P012/P012_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160804_174655_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.024  28.571  30.303  29.986  31.250  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P012/P012_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160804_175617_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.344  27.027  29.412  25.205  30.303  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P013/P013_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160729_164330_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.717  21.639  28.571  26.564  32.258  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P013/P013_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160729_164735_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.639   6.612   8.658   9.847  11.765  22.727 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P014/P014_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160815_175046_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.346  25.641  29.412  29.993  34.483  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P014/P014_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160815_175836_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.05   25.64   29.41   30.39   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P014/P014_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160829_210932_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.509  27.027  31.250  31.687  35.714 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P014/P014_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20160829_211316_00.csv : 
##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
##   0.2124  28.5714  30.3030  30.7739  32.2581 142.8571 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P014/P014_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160829_211840_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.083  12.987  16.129  17.804  20.000 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P014/P014_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160829_211840_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.51   26.32   30.30   30.77   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P014/P014_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160829_211911_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.024  28.571  30.303  30.192  32.258  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P015/P015_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160815_173209_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.11   24.39   28.57   28.93   33.33   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P015/P015_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160815_173629_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.42   24.39   28.57   28.79   33.33   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P015/P015_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160815_173710_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.065  26.316  29.412  30.548  34.483  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P015/P015_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160829_195522_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.133   8.403  12.346  14.428  16.129 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P015/P015_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160829_200341_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.269  14.085  17.241  18.482  23.256 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160914_233437_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.815   9.709  12.346  14.664  15.385  83.333 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.
## Warning: Removed 1 rows containing missing values (geom_path).
## Warning: Removed 1 rows containing missing values (geom_point).

## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160914_233504_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.421  14.706  28.571  25.770  31.250 142.857 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160914_232545_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##  0.5079 10.3093 13.1579 16.2653 18.6932 76.9231 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160914_232658_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.241  11.111  13.699  15.730  18.781  66.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20160914_232727_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.732  11.111  12.821  14.647  15.625  71.429 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161005_233434_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.66   24.39   27.03   27.06   31.25   40.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161005_232712_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.197  24.390  28.571  28.431  33.333  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P016/P016_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161005_232204_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.39   27.78   30.30   31.14   33.33   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160919_224612_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.878  25.641  29.412  29.491  32.258 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160919_224643_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.075  23.955  28.571  29.686  33.333  76.923 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160919_225204_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    3.46   27.59   29.41   30.45   32.53  142.86 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160919_225233_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.857  27.778  30.303  30.803  32.258 142.857 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161003_174727_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.255  27.027  29.412  29.633  32.258 166.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161003_174755_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.848  28.571  30.303  30.358  31.250 142.857 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161003_175129_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.848  27.778  30.303  32.406  33.333 142.857 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P017/P017_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161003_175155_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.985  27.778  30.303  33.429  35.714 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P018/P018_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160915_173501_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.66   27.78   30.30   30.48   32.26  142.86 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P018/P018_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160915_172935_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.545  24.848  29.412  30.024  32.258 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P018/P018_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160915_173008_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.944  27.778  30.303  30.529  32.258 125.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P018/P018_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161006_170204_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.181  27.778  30.303  30.841  32.258  71.429 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P018/P018_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161006_170240_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.876  28.571  30.303  30.672  32.258 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P018/P018_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161006_170706_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.933  12.987  14.706  15.795  17.544 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P018/P018_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161006_170732_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    1.12   27.03   30.30   31.48   33.33  111.11 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160810_191127_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.717  25.000  29.412  28.088  33.333  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160810_191512_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.24   27.78   30.30   30.82   33.33   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160810_191833_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.143  22.222  25.641  25.603  30.303  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20160810_191706_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.682  23.256  27.778  27.102  32.258  43.478 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20160830_193232_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.237  19.706  25.000  24.875  30.303  43.478 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20160830_193935_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.757  24.390  29.412  29.566  33.333  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20160830_193804_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.197  16.879  22.727  23.224  29.412  43.478 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P019/P019_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20160830_193712_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##  0.6281 20.0000 27.0270 25.8595 31.7540 52.6316 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170605_215341_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   23.26   28.57   28.45   32.26   62.50 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170605_220043_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   19.61   28.57   32.26   32.73   36.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20170605_215257_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   26.67   30.30   31.10   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170605_220124_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.93   22.73   27.03   27.36   31.25   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170622_190701_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.435  14.925  25.641  23.033  30.303  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170622_190629_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.025  10.472  15.749  18.533  27.027  35.714 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170622_183750_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.024  14.925  21.277  22.354  28.571  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P023/P023_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170622_183843_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.579  15.152  22.222  21.450  27.215  43.478 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P024/P024_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170410_210228_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.937  22.222  27.778  26.741  32.258  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P024/P024_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170410_205541_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.901  27.027  30.303  29.412  33.333  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P024/P024_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170410_205639_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.143  22.727  27.027  27.704  32.258  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P024/P024_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170427_181502_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   26.32   30.30   31.36   35.71   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P024/P024_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170427_180529_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.66   25.64   30.30   30.22   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P024/P024_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170427_180642_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.31   25.64   29.41   29.45   33.33   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170419_211946_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.804  27.027  31.250  31.470  35.714  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170419_211919_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   19.23   27.78   30.30   31.37   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170419_210725_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.08   22.73   27.03   27.42   31.25   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170419_210643_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.70   27.78   30.30   30.06   33.33   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170510_163707_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.90   26.32   30.30   30.56   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170510_163413_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   20.00   27.78   30.30   31.77   34.48   66.67 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170504_171743_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.194  24.390  28.571  27.904  33.333  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P026/P026_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170504_171835_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.38   27.03   31.25   31.83   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P027/P027_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170427_191611_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.696  21.623  27.778  27.283  33.333  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P027/P027_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170427_190927_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.76   26.32   31.25   30.74   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P027/P027_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170427_190953_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.51   27.03   30.30   30.84   34.48   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P027/P027_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170525_175906_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.29   27.78   31.25   31.56   35.71   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P027/P027_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170525_180635_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.36   26.32   30.30   30.37   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P027/P027_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170525_180734_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.434  26.316  30.303  30.702  34.483  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170511_171708_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.95   27.78   31.25   31.83   35.71   83.33 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170511_171854_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.35   24.39   28.57   28.82   32.26   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170511_171234_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.87   25.00   29.41   30.04   33.33   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170511_171312_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.49   24.39   28.57   29.62   33.33   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20170511_171345_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   20.83   27.03   30.30   31.38   34.48   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170629_165521_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.38   27.03   30.30   30.92   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170629_165616_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.33   22.22   27.78   27.82   32.26   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170629_162151_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   25.64   29.41   30.54   34.48   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P028/P028_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170629_162256_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.67   25.00   30.30   30.85   35.71   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P031/P031_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160926_223155_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.944  27.027  29.412  28.125  31.250  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P031/P031_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160926_223858_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.484  12.500  15.625  17.379  19.608  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P031/P031_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160926_223958_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.587  27.778  30.303  29.308  31.250 100.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P031/P031_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20161011_160202_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.898  11.628  14.925  16.107  18.182 142.857 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P031/P031_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161011_155834_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   26.32   31.25   31.64   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P031/P031_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161011_160255_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.401  12.195  14.706  15.489  17.857  43.478 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P033/P033_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161103_151735_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.39   26.32   30.30   30.88   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P033/P033_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161103_151825_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.236  27.778  31.250  31.894  35.714  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P033/P033_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161103_152423_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.93   26.32   30.30   30.44   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P033/P033_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161103_152451_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.99   26.32   30.30   31.72   37.04   62.50 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161115_161350_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.10   19.61   22.73   23.66   26.85   41.67 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161115_162142_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.615  25.641  27.778  28.812  32.258  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161115_162216_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.747  25.000  29.412  28.830  33.333  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20161115_162242_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.143  25.978  29.412  29.740  33.333  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161206_165925_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   17.24   27.03   31.25   31.51   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161206_165947_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   18.18   27.03   31.25   32.00   36.38   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161206_171008_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.16   28.57   30.30   29.23   31.25   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P034/P034_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161206_171104_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.51   26.32   30.30   30.53   34.48   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P035/P035_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161201_182103_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.95   25.00   28.57   29.79   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P035/P035_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161201_182407_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.64   27.03   31.25   31.88   35.71   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P035/P035_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161201_182428_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.49   24.39   27.03   28.78   33.33   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P035/P035_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161223_161250_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.87   26.15   31.25   31.48   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P035/P035_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161223_161820_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.76   24.39   27.78   28.37   31.25   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P035/P035_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161223_161754_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.38   25.64   29.41   30.56   34.79   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P036/P036_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161212_174212_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   20.00   26.32   30.30   31.07   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P036/P036_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161212_174252_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.065  25.641  29.412  31.085  35.714  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P036/P036_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161212_174646_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.968   7.692   8.333   8.149   8.850  11.494 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P036/P036_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161212_174715_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.08   25.64   29.41   30.16   33.33   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P036/P036_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170105_182245_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   17.54   27.03   32.26   32.20   37.04   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P036/P036_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170105_182602_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.70   26.32   30.30   31.10   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P036/P036_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170105_182624_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.39   26.32   31.25   31.29   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P037/P037_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161212_234104_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   18.52   27.03   30.30   32.14   37.04   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P037/P037_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161212_234513_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   26.32   29.41   30.33   34.48   62.50 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P037/P037_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161212_234538_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.16   27.03   30.30   31.09   34.48   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P037/P037_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170131_001315_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.20   24.39   28.57   28.73   33.33   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P037/P037_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170131_001750_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.20   24.39   28.57   28.99   33.33   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P037/P037_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170131_001811_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.20   25.64   29.41   29.74   34.48   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P038/P038_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161212_231850_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.35   26.32   31.25   31.11   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P038/P038_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161212_232240_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.90   26.32   30.30   31.37   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P038/P038_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161212_232218_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.944  23.124  28.571  27.810  33.621  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P038/P038_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170109_223400_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.20   27.03   31.25   31.30   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P038/P038_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170109_223741_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.75   26.32   29.41   30.45   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P039/P039_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161229_231639_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.70   26.32   31.25   31.43   35.71   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P039/P039_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161229_232040_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.50   25.64   29.41   30.17   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P039/P039_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161229_232119_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.49   26.32   30.30   30.92   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P039/P039_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170119_182505_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.70   25.64   30.30   30.56   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P039/P039_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170119_182920_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    8.85   23.81   27.78   28.43   32.26   52.63 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P039/P039_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170119_182947_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.615  26.316  29.412  30.894  34.483  90.909 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P040/P040_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170112_184754_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.89   26.32   31.25   31.38   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P040/P040_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170112_185301_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.804  25.641  29.412  30.318  34.483  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P040/P040_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170202_173354_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.99   25.00   30.30   30.43   34.48   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P040/P040_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170202_173442_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.99   23.81   28.99   29.74   34.48   66.67 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P040/P040_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170202_174057_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.197  22.222  27.027  27.461  32.258  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161021_165108_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   26.32   30.30   29.59   34.48   41.67 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161021_165159_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.66   24.39   28.57   29.37   33.33   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161021_173639_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.90   25.64   29.41   30.48   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20161021_173750_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.804  24.390  27.778  28.590  32.258  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20161021_173856_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.15   26.32   30.30   30.43   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161111_171500_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.95   25.64   29.41   30.09   33.33   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161111_171630_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   23.26   28.57   28.37   32.26   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161111_181236_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.20   26.32   29.41   29.97   33.33   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P041/P041_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161111_181431_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.16   24.39   27.78   28.30   32.26   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20161028_161227_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   22.73   26.32   27.78   28.09   29.41   33.33 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20161028_161333_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   11.11   25.00   28.57   29.05   32.80   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161028_163543_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    3.04   23.53   27.03   27.79   31.25   52.63 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20161028_163627_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.89   25.00   29.41   30.03   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161118_151510_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.82   23.81   27.03   27.88   31.25   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20161118_151626_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.95   26.32   30.30   31.42   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161118_152634_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.66   26.32   29.41   30.20   33.33   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P042/P042_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161118_152718_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.38   26.32   29.41   29.87   33.33   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170217_170850_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.50   25.00   28.57   29.86   34.48   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170217_170911_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   18.18   27.03   30.30   30.82   34.48   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20170217_170928_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.87   25.81   30.30   31.34   37.04   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170217_171641_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.16   26.49   30.30   32.16   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170217_171717_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.15   25.64   29.41   30.40   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170310_143316_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.31   20.41   22.22   23.06   25.00   43.48 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170310_143347_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   21.28   28.57   32.26   32.49   35.71   43.48 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170310_135426_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.184  24.390  28.571  28.506  33.333  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P043/P043_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170310_135507_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.264  25.641  30.303  30.314  34.483  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170512_211140_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.70   21.28   23.81   25.05   28.57   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170512_211209_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   23.26   26.32   26.96   30.30   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170421_220857_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.38   27.98   31.25   31.15   34.48   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170421_220917_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   21.86   25.00   26.78   31.25   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_3_20170421_220940_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.38   21.86   23.81   24.01   26.15   35.71 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_4_20170512_205342_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.13   25.00   27.78   27.70   30.30   40.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_1_TASK_2_REP_5_20170512_205357_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.05   27.03   30.30   30.36   33.33   43.48 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170602_181842_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.33   25.00   27.78   27.60   30.30   38.46 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170602_181859_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.49   25.00   27.78   27.71   30.30   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170602_181310_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   27.03   32.26   31.33   35.71   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170602_181330_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.66   27.03   29.41   30.07   33.33   43.48 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P044/P044_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20170602_181356_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   25.64   29.41   29.48   32.26   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20160923_144104_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.524  28.571  30.303  28.923  31.250  38.462 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20160923_144318_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   2.985  28.571  29.857  29.491  31.250  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20160923_150605_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.952  18.868  29.412  27.084  32.258  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20160923_150903_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.329  25.641  32.258  30.694  38.462  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20161014_170039_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   5.263  29.412  30.303  31.355  31.250 166.667 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161014_171933_00.csv : 
##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
##   0.5373  27.2147  30.3030  29.8242  32.2581 111.1111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20161014_172002_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.66   24.39   27.78   28.96   32.26   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161014_171933_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.35   24.39   27.78   28.71   32.26   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P045/P045_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20161014_172002_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.091  28.571  30.303  30.838  32.258 125.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170103_160625_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    8.00   22.22   27.03   26.85   31.25   55.56 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170103_163003_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    8.13   22.22   26.32   26.45   30.30   50.00 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170103_163034_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.333  25.000  28.571  30.171  34.483 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170124_170112_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.264  23.810  28.571  28.160  32.258  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170124_170158_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.174  22.222  25.641  25.937  29.412  45.455 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170124_171042_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.99   22.73   27.03   27.74   31.25   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170124_171057_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.29   23.26   26.32   27.89   31.25   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P047/P047_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20170124_171117_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.89   27.40   30.30   31.58   35.71   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170120_195035_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.38   26.32   31.25   31.70   37.04   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170120_195054_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.49   26.32   30.30   30.74   34.48   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170120_195538_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   27.78   31.25   31.72   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170120_195602_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.15   25.64   29.41   30.54   34.48   62.50 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170310_200407_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.536  18.868  22.222  23.008  26.316  50.000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170310_200434_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   6.211  20.833  24.695  24.769  28.571  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170310_194750_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.367  21.739  25.641  25.856  32.258  45.455 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P048/P048_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170310_194816_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.143  22.222  25.000  24.853  28.571  37.037 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170217_180615_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.519  20.408  24.390  24.912  28.571  47.619 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_1_TASK_1_REP_2_20170217_180636_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    6.41   21.28   25.00   25.35   29.63   45.45 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_1_TASK_1_REP_3_20170217_180654_00.csv : 
##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
##  0.00198 23.80952 27.77778 28.05653 31.25000 55.55556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170217_180048_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.634  21.277  25.000  25.127  28.571  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170217_180141_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   8.929  21.739  25.000  25.378  27.778  52.632 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.
## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170310_142301_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
## 
## Warning in min(df$fr): no non-missing arguments to min; returning Inf
## This file has minimum FPS greater than 10.
## Warning in min(df$fr): no non-missing arguments to min; returning Inf
## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_2_TASK_1_REP_2_20170310_142325_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.39   26.32   29.41   31.05   35.71   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170310_141252_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.35   25.00   29.41   29.99   34.20   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P049/P049_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170310_141332_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.20   22.22   25.64   26.57   30.30   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P050/P050_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170112_220643_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.67   25.64   29.41   30.10   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P050/P050_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170112_220955_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   23.26   27.03   27.85   31.25   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P050/P050_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170112_221033_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.42   25.64   29.41   30.05   33.33   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P050/P050_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170223_193724_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.49   25.00   30.30   30.81   35.71   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P050/P050_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170223_194043_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.10   25.64   29.86   30.80   34.48   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P050/P050_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170223_194104_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.64   27.03   30.30   31.32   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P051/P051_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170127_172631_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
## 
## Warning in min(df$fr): no non-missing arguments to min; returning Inf
## This file has minimum FPS greater than 10.
## Warning in min(df$fr): no non-missing arguments to min; returning Inf

## Summary statistics for file ../../Clinical/P051/P051_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170127_174149_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   20.41   27.78   30.30   30.77   34.48   43.48 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P051/P051_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170217_195458_00.csv : 
##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
##   0.1414  27.7778  30.3030  32.7794  33.3333 500.0000 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P051/P051_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170217_200448_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.53   27.98   31.25   31.38   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P053/P053_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170228_004111_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   17.86   26.32   31.25   31.22   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P053/P053_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170228_004501_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.82   25.64   30.30   30.27   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P053/P053_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170228_004534_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.143  25.641  30.303  29.885  35.714  62.500 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P053/P053_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170313_213921_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   14.71   27.03   30.30   31.89   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P053/P053_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170313_214258_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   9.091  26.316  30.303  31.031  35.714  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P053/P053_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170313_214323_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.70   26.32   31.25   31.55   35.71   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P054/P054_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170227_225047_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.50   24.39   27.78   28.99   33.33   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P054/P054_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170227_225458_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   12.82   27.03   31.25   31.42   34.48   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P054/P054_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170227_225430_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.70   26.32   29.41   31.01   34.48   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P054/P054_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170403_215433_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   16.95   27.40   31.25   31.31   34.48   50.00 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P054/P054_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170403_214728_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.87   25.64   30.30   29.71   34.48   55.56 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P054/P054_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170403_214754_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   4.926  26.316  30.303  30.966  35.714  58.824 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P055/P055_KINECT_SKELETON_VISIT_1_TASK_1_REP_1_20170217_181050_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   7.092  25.641  31.250  31.581  37.037 111.111 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P055/P055_KINECT_SKELETON_VISIT_1_TASK_2_REP_1_20170217_181904_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   13.89   26.32   30.30   31.35   35.71   52.63 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P055/P055_KINECT_SKELETON_VISIT_1_TASK_2_REP_2_20170217_181928_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.62   25.00   27.78   29.22   32.26   58.82 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P055/P055_KINECT_SKELETON_VISIT_2_TASK_1_REP_1_20170329_161007_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   19.61   27.03   30.30   31.09   35.71   45.45 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P055/P055_KINECT_SKELETON_VISIT_2_TASK_2_REP_1_20170329_160020_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   3.831  25.481  30.303  29.965  34.483  55.556 
## This file has minimum FPS lesser than 10. Check plot to see if if it is an outlier or a bad file.

## Summary statistics for file ../../Clinical/P055/P055_KINECT_SKELETON_VISIT_2_TASK_2_REP_2_20170329_160136_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   19.61   27.78   30.30   31.36   34.48   47.62 
## This file has minimum FPS greater than 10.
## 
## Summary statistics for file ../../Clinical/P055/P055_KINECT_SKELETON_VISIT_2_TASK_2_REP_3_20170329_155952_00.csv : 
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   15.87   26.32   30.30   31.04   35.71   47.62 
## This file has minimum FPS greater than 10.