GGIR-package {GGIR}R Documentation

A package to process multi-day raw accelerometer data

Description

Disclaimer: If you are a new GGIR user then please see package vignette for an introduction to GGIR.

This document is primarily aimed at documenting the functions and their input arguments.

Please note that there is google discussion group for this package (link below).

You can thank us for sharing the code in this package and for developing it as a generic purpose tool by citing the package name and by citing the supporting publications (e.g. Migueles et al. 2019) in your publications.

Details

Package: GGIR
Type: Package
Version: 3.1-0
Date: 2024-05-06
License: Apache License (== 2.0)
Discussion group: https://groups.google.com/forum/#!forum/rpackageggir

Author(s)

References

Examples

  ## Not run: 
    #inspect file:
    I = g.inspectfile(datafile)

    #autocalibration:
    C = g.calibrate(datafile)

    #get meta-data:
    M = g.getmeta(datafile)
  
## End(Not run)
  data(data.getmeta)
  data(data.inspectfile)
  data(data.calibrate)

  #impute meta-data:
  IMP = g.impute(M = data.getmeta, I = data.inspectfile)
  #analyse and produce summary:
  A = g.analyse(I = data.inspectfile, C = data.calibrate, M = data.getmeta, IMP, ID = "01wk0")
  #plot data
  g.plot(IMP, M = data.getmeta, I = data.inspectfile, durplot=4)

[Package GGIR version 3.1-0 Index]