Package adept details
Adaptive Empirical Pattern Transformation
Designed for optimal use in performing fast, accurate walking strides segmentation from high-density data collected from a wearable accelerometer worn during continuous walking activity.
Maintainer: Marta Karas < marta.karass at gmail.com >
From within R, enter citation('adept')
To cite package 'adept' in publications use:
Marta Karas, Jacek Urbanek and Ciprian Crainiceanu (NA). adept:
Adaptive Empirical Pattern Transformation. R package version 1.1.2.
https://github.com/martakarass/adept
A BibTeX entry for LaTeX users is
@Manual{,
title = {adept: Adaptive Empirical Pattern Transformation},
author = {Marta Karas and Jacek Urbanek and Ciprian Crainiceanu},
note = {R package version 1.1.2},
url = {https://github.com/martakarass/adept},
}
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://oslerinhealth.org/oslerLite.R")
# Default Install
osler_install('adept')
# from GitHub
osler_install('adept', release = "stable", release_repo = "github")
osler_install('adept', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | April 28 2021 10:00AM |
Last updated on | April 28 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/martakarass/adept GitHub |
OslerinHealth GitHub | https://github.com/oslerinhealth/adept GitHub |
Depends | R (2.10) |
Imports | dplyr, magrittr, dvmisc, parallel, pracma |
Suggests | knitr, rmarkdown, testthat, ggplot2, lubridate, reshape2, gridExtra, spelling, cluster, adeptdata, covr |