Data From: A Randomized Controlled Trial Of Positive Outcome Expectancies During High-intensity Interval Training In Inactive Adults
Department of Agriculture
@usgov.usda_gov_data_from_a_randomized_controlled_trial_of_po_8e2b910f
Department of Agriculture
@usgov.usda_gov_data_from_a_randomized_controlled_trial_of_po_8e2b910f
Includes accelerometer data using an ActiGraph to assess usual sedentary, moderate, vigorous, and very vigorous activity at baseline, 6 weeks, and 10 weeks. Includes relative reinforcing value (RRV) data showing how participants rated how much they would want to perform both physical and sedentary activities on a scale of 1-10 at baseline, week 6, and week 10. Includes data on the breakpoint, or Pmax of the RRV, which was the last schedule of reinforcement (i.e. 4, 8, 16, …) completed for the behavior (exercise or sedentary). For both Pmax and RRV score, greater scores indicated a greater reinforcing value, with scores exceeding 1.0 indicating increased exercise reinforcement. Includes questionnaire data regarding preference and tolerance for exercise intensity using the Preference for and Tolerance of Intensity of Exercise Questionnaire (PRETIEQ) and positive and negative outcome expectancy of exercise using the outcome expectancy scale (OES). Includes data on height, weight, and BMI. Includes demographic data such as gender and race/ethnicity.
Resources in this dataset:
File Name: AGData.csv
Resource Description: Includes data from Actigraph accelerometer for each participant at baseline, 6 weeks, and 10 weeks.
File Name: RRVData.csv
Resource Description: Includes data from RRV at baseline, 6 weeks, and 10 weeks, OES survey data, PRETIE-Q survey data, and demographic data (gender, weight, height, race, ethnicity, and age).
Organization: Department of Agriculture
Last updated: 2024-04-10T09:12:59.773218
Tags: adults, ars, data-gov, high-intensity-interval-training, human-health, np107, physical-activity
CREATE TABLE rrvdata (
"participant" VARCHAR,
"id" BIGINT,
"rrv_date" VARCHAR,
"completed" VARCHAR,
"gender" VARCHAR,
"group" VARCHAR,
"weight" DOUBLE,
"height" DOUBLE,
"race" VARCHAR,
"ethnicity" VARCHAR,
"age" DOUBLE,
"bmi" DOUBLE,
"assmnt" VARCHAR,
"time" DOUBLE,
"rrv_pgoal" VARCHAR,
"rrv_ppmax" DOUBLE,
"rrvppmaxch" DOUBLE,
"rrv_presp" DOUBLE,
"rrv_prespch" DOUBLE,
"rrv_agoal" VARCHAR,
"rrv_apmax" DOUBLE,
"rrvapmaxch" DOUBLE,
"rrv_aresp" DOUBLE,
"rrv_arespch" DOUBLE,
"rrvscore" DOUBLE,
"rrvch" DOUBLE,
"setspos" DOUBLE,
"setsneg" DOUBLE,
"oespos" DOUBLE,
"oesneg" DOUBLE,
"pretieqpref" DOUBLE,
"pretieqprefch" DOUBLE,
"pretieqtole" DOUBLE,
"pretieqtolech" DOUBLE,
"disctols" DOUBLE,
"disctolsch" DOUBLE,
"ssesfam" DOUBLE,
"ssesfri" DOUBLE,
"exses" DOUBLE,
"ecsstit" DOUBLE,
"ecsmktm" DOUBLE,
"pnsesauto" DOUBLE,
"pnsesrela" DOUBLE,
"pnsescomp" DOUBLE,
"breq3intri" DOUBLE,
"breq3intrich" DOUBLE,
"breq3exter" DOUBLE,
"breq3exterch" DOUBLE,
"breq3integ" DOUBLE,
"breq3integch" DOUBLE,
"breq3ident" DOUBLE,
"breq3identch" DOUBLE,
"breq3intro" DOUBLE,
"breq3introch" DOUBLE,
"breq3amoti" DOUBLE
);Anyone who has the link will be able to view this.