What Is Fruved?
This package consists of a few survey scoring tools for R users. The tools have been used for health behavioral studies such as the GetFruved project.
How to Use This Package?
To use this package, you will need the devtools library to install it from github. For example,
install.packages("devtools") # install devtools
library(devtools) # load devtools
install_github("wzhou7/Fruved") # install Fruved
The above code needs to be run just once. Then, you can load the Fruved package each time of use:
library(Fruved) # load Fruved
Check specific instrument pages for details about each available function.
Which Instruments Are Included?
This package includes the following instruments.
- CDC’s Body Mass Index (BMI)
- CDC’s Growth Chart Standardized BMI (zBMI)
- Pittsburgh Sleep Quality Index (PSQI)
- Short Pittsburgh Sleep Quality Index (sPSQI)
- Cohen’s 14-Item Stress Scale
- International Physical Activity Questionnaire (IPAQ)
- 10-Item Personality
- Healthy Eating Index (HEI) calculated from NDSR output
- Short Healthy Eating Index (sHEI)
- NCI’s Dietary Screener Questionnaire (DSQ)
- NCI’s Percentage Energy from Fat Screener (FAT)
- NCI’s Fruit & Vegetable Intake Screener (FV)
Disclaimer: This package is shared for your convenience. While we make sincere efforts to make it correct, the code is provided as is. Therefore, please use it at your own risk and make an effort to verify results. Please report any issues or send revision suggestions.