Other packages > Find by keyword >

accelerometry  

Functions for Processing Accelerometer Data
View on CRAN: Click here


Download and install accelerometry package within the R console
Install from CRAN:
install.packages("accelerometry")

Install from Github:
library("remotes")
install_github("cran/accelerometry")

Install by package version:
library("remotes")
install_version("accelerometry", "3.1.2")



Attach the package and use:
library("accelerometry")
Maintained by
Dane R. Van Domelen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-08-04
Latest Update: 2018-08-24
Description:
A collection of functions that perform operations on time-series accelerometer data, such as identify non-wear time, flag minutes that are part of an activity bout, and find the maximum 10-minute average count value. The functions are generally very flexible, allowing for a variety of algorithms to be implemented. Most of the functions are written in C++ for efficiency.
How to cite:
Dane R. Van Domelen (2013). accelerometry: Functions for Processing Accelerometer Data. R package version 3.1.2, https://cran.r-project.org/web/packages/accelerometry. Accessed 06 Nov. 2024.
Previous versions and publish date:
1.0 (2013-08-04 02:12), 2.0 (2013-09-01 06:51), 2.1 (2014-02-08 08:10), 2.2.1 (2014-03-20 21:10), 2.2.2 (2014-08-11 05:56), 2.2.3 (2014-11-24 08:25), 2.2.4 (2014-12-09 22:43), 2.2.5 (2015-05-12 18:07), 2.2 (2014-02-26 00:45), 3.1.1 (2018-08-21 22:40)
Other packages that cited accelerometry R package
View accelerometry citation profile
Other R packages that accelerometry depends, imports, suggests or enhances
Complete documentation for accelerometry
Functions, R codes and Examples using the accelerometry R package
Some associated functions: accelerometry . artifacts . blockaves . blocksums . bouts . cut_counts . intensities . inverse_rle2 . movingaves . personvars . process_tri . process_uni . rle2 . sedbreaks . tridata . unidata . weartime . 
Some associated R codes: RcppExports.R . accelerometry-data.R . accelerometry.R . blockaves.R . blocksums.R . inverse_rle2.R . movingaves.R . process_tri.R . process_uni.R . rle2.R . sedbreaks.R .  Full accelerometry package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA