Description Usage Arguments Details Value References Examples
The purpose of the IPAQ is to provide a set of well-developed instruments that can be used internationally to obtain comparable estimates of physical activity. There are two versions of the questionnaire. The short version is suitable for use in national and regional surveillance systems and the long version provide more detailed information often required in research work or for evaluation purposes. (The IPAQ Group)
1 | scoring_ipaqsf(data, items = 1:11, keep = TRUE, weight)
|
data |
a
|
items |
A character vector with the IPAQ item names ordered from 1 to 11,
or a numeric vector indicating the column numbers of the IPAQ items in |
keep |
Logical, whether to keep the single items and whether to return variables containing the number of non-missing items on each scale for each respondent. The default is TRUE. |
weight |
Character vector with name of the body weight variable |
Number of items:
11
Item range:
none
Reverse items:
none
Score range:
none
Cut-off-values:
none
Minimal clinically important difference:
none
Treatment of missing values:
not reported
The function returns 20 variables:
vminday:
Number of minutes in vigorous physical activity per day
mminday:
Number of minutes in moderate physical activity per day
wminday:
Number of minutes walking per day
sminday:
Number of minutes sitting per day
totalhourday:
Number of hours in total (vigorous, moderate, walking, sitting) per day
vminwk:
Number of minutes in vigorous physical activity per week
mminwk:
Number of minutes in moderate physical activity per week
wminwk:
Number of minutes walking per week
sminwk:
Number of minutes sitting per week
sumpa:
Total number of minutes of vigorous pa, moderate pa, and walking per week
sumday:
Total number of days of vigorous pa, moderate pa, and walking per week
excMin:
Flag if > 960 minutes per day
excDay:
Flag if sum of days of vigorous pa, moderate pa, and walking per week > 21
exc16h:
Flag if hours of daily activity and sitting exceeds 16h
vminwkMET:
MET–minutes in vigorous physical activity per week
mminwkMET:
MET–minutes in moderate physical activity per week
wminwkMET:
MET–minutes walking per week
MET:
MET–minutes in total per week
kilocalories:
Kilocalories per week
pacat:
Levels of physical activity (Low, Moderate, High)
Craig et al. 2003 (https://doi.org/10.1249/01.MSS.0000078924.61453.FB)
The IPAQ Group (2005). Guidelines for Data Processing and Analysis of the International Physical Activity Questionnaire. Retrieved from (http://www.ipaq.ki.se)
1 2 3 4 5 | ## Not run:
library(dplyr)
scoring_ipaqsf(mydata, items = items.ipaq, weight = WEIGHT)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.