Package rnhanesdata details
NHANES Accelerometry Data Pipeline
A data package for processed NHANES accelerometry data with accompanying processing pipeline code.
Maintainer: Andrew Leroux < aleroux2 at jhu.edu >
From within R, enter citation('rnhanesdata')
To cite package 'rnhanesdata' in publications use:
Andrew Leroux (NA). rnhanesdata: NHANES Accelerometry Data Pipeline.
R package version 1.01. https://github.com/andrew-leroux/rnhanesdata
A BibTeX entry for LaTeX users is
@Manual{,
title = {rnhanesdata: NHANES Accelerometry Data Pipeline},
author = {Andrew Leroux},
note = {R package version 1.01},
url = {https://github.com/andrew-leroux/rnhanesdata},
}
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('rnhanesdata')
# from GitHub
osler_install('rnhanesdata', release = "stable", release_repo = "github")
osler_install('rnhanesdata', 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/andrew-leroux/rnhanesdata GitHub |
OslerinHealth GitHub | https://github.com/oslerinhealth/rnhanesdata GitHub |
Depends | R (3.6.0) |
Imports | accelerometry (3.1.2), haven (1.1.0), readr (1.3.1) |
Suggests | knitr, rmarkdown, kableExtra, prettydoc, devtools, gridExtra, corrplot, ggplot2, reshape2, magrittr, plyr, dplyr, survey, survival, mgcv, refund, covr |