Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmigueles committed Oct 30, 2023
1 parent 89efeee commit 38e49fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion man/g.imputeTimegaps.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@
}
}
\value{
Data.frame based on input x with timegaps imputed (as default) or with
List including:
- P, data.frame based on input x with timegaps imputed (as default) or with
recordings with 0 values in the three axes removed (if impute = FALSE)
- QClog, data.frame with information on the number of time gaps found and the
total time imputed in minutes
}
\author{
Vincent T van Hees <v.vanhees@accelting.com>
Expand Down
4 changes: 2 additions & 2 deletions vignettes/GGIR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -788,14 +788,14 @@ The data_quality_report.csv is stored in subfolder folder results/QC.
| mean.temp | Mean temperature in sphere data |
| device.serial.number | Device serial number |
| NFilePagesSkipped | (Only for Axivity .cwa format) Number of data blocks skipped |
| filehealth_totimp_min | (Only for Axivity .cwa format) Total number of minutes of data imputed |
| filehealth_totimp_min | Total number of minutes of data imputed |
| filehealth_checksumfail_min | (Only for Axivity .cwa format) Total number of minutes of data where the checksum failed |
| filehealth_niblockid_min | (Only for Axivity .cwa format) Total number of minutes of data with non-incremental block ids |
| filehealth_fbias0510_min | (Only for Axivity .cwa format) Total number of minutes with a sampling frequency bias between 5 and 10% |
| filehealth_fbias1020_min | (Only for Axivity .cwa format) Total number of minutes with a sampling frequency bias between 10 and 20% |
| filehealth_fbias2030_min | (Only for Axivity .cwa format) Total number of minutes with a sampling frequency bias between 20 and 30% |
| filehealth_fbias30_min | (Only for Axivity .cwa format) Total number of minutes with a sampling frequency bias higher than 30% |
| filehealth_totimp_N | (Only for Axivity .cwa format) Total number of data blocks that were imputed |
| filehealth_totimp_N | Total number of data blocks that were imputed |
| filehealth_checksumfail_N | (Only for Axivity .cwa format) Total number of blocks where the checksum failed |
| filehealth_niblockid_N | (Only for Axivity .cwa format) Total number of data blocks with non-incremental block ids |
| filehealth_fbias0510_N | (Only for Axivity .cwa format) Total number of data blocks with a sampling frequency bias between 5 and 10% |
Expand Down

0 comments on commit 38e49fa

Please sign in to comment.