ipaqlong
IPAQlong calculates the scores for the ‘International Physical Activity Questionnaire (IPAQ)’ long form.
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
IPAQlong calculates the scores for the ‘International Physical Activity Questionnaire (IPAQ)’ long form.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 3
Created almost 4 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
License
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# IPAQlong
IPAQlong calculates the scores for the 'International Physical Activity Questionnaire (IPAQ)' long form. The IPAQ is an instrument to measure physical activity. The long form provides detailed information about physical activity undertaken in four domains: 1) leisure time, 2) domestic and gardening activities, 3) work-related and 4) transportation-related. IPAQ long calculates the scores based on the Guidelines for Data Processing and Analysis of the International Physical Activity Questionnaire.
The IPAQ Research Committee also recommends guidelines for data processing before computing the scores. These include data cleaning, truncation rules as well as how to deal with outliers. Please read these guidelines before using IPAQlong.
## Installation
You can install the development version of IPAQlong from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("Mariana-plr/IPAQlong")
```
## How to use
See [example.R](example.R) file for more information.
## Cite this package
If you use IPAQlong in a project that leads to a publication please cite it:
Ponce-de-Leon, M. (2022). IPAQlong: Calculates the Scores for the ‘International Physical Activity Questionnaire (IPAQ)’ Long Form (Version 0.1.2) [Computer software]. https://doi.org/10.5281/zenodo.6940442
[](https://doi.org/10.5281/zenodo.6940442)
## References
The IPAQ Group (2005). Guidelines for Data Processing and Analysis of the International Physical Activity Questionnaire. Retrieved from
Citation (CITATION.cff)
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.2.1
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "IPAQlong" in publications use:'
type: software
license: MIT
title: 'IPAQlong: Calculates the Scores for the ‘International Physical Activity Questionnaire
(IPAQ)’ Long Form'
version: 0.1.0
doi: 10.5281/zenodo.6940442
abstract: Calculates the scores for the 'International Physical Activity Questionnaire
(IPAQ)' long form, based on the "Guidelines for the data processing and analysis
of the IPAQ" <https://sites.google.com/site/theipaq/home>.
authors:
- family-names: Ponce-de-Leon
given-names: Mariana
email: mariana.ponce-de-leon@outlook.com
orcid: https://orcid.org/0000-0002-3636-6499
date-released: 2022-03-29
repository: https://github.com/Mariana-plr/IPAQlong
contact:
- family-names: Ponce-de-Leon
given-names: Mariana
email: mariana.ponce-de-leon@outlook.com
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- dplyr * imports
- knitr * suggests
- rmarkdown * suggests
.github/workflows/update-citation-cff.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite