R Dataset / Package mosaicData / HELPrct
November 27, 2023
On this R-data statistics page, you will find information about the HELPrct data set which pertains to Health Evaluation and Linkage to Primary Care. The HELPrct data set is found in the mosaicData R package. You can load the HELPrct data set in R by issuing the following command at the console data("HELPrct"). This will load the data into a variable called HELPrct. If R says the HELPrct data set is not found, you can try installing the package by issuing this command install.packages("mosaicData") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the HELPrct R data set. The size of this file is about 62,392 bytes.
Health Evaluation and Linkage to Primary Care
Description
The HELP study was a clinical trial for adult inpatients recruited from a detoxification unit. Patients with no primary care physician were randomized to receive a multidisciplinary assessment and a brief motivational intervention or usual care, with the goal of linking them to primary medical care.
Usage
data(HELPrct)
Format
Data frame with 453 observations on the following variables.
-
agesubject age at baseline (in years) -
anysubuse of any substance post-detox: a factor with levelsnoyes -
cesdCenter for Epidemiologic Studies Depression measure at baseline (high scores indicate more depressive symptoms) -
d1lifetime number of hospitalizations for medical problems (measured at baseline) -
daysanysubtime (in days) to first use of any substance post-detox -
dayslinktime (in days) to linkage to primary care -
drugriskRisk Assessment Battery drug risk scale at baseline -
e2bnumber of times in past 6 months entered a detox program (measured at baseline) -
female0 for male, 1 for female -
sexa factor with levelsmalefemale -
g1bexperienced serious thoughts of suicide in last 30 days (measured at baseline): a factor with levelsnoyes -
homelesshousing status: a factor with levelshousedhomeless -
i1average number of drinks (standard units) consumed per day, in the past 30 days (measured at baseline) -
i2maximum number of drinks (standard units) consumed per day, in the past 30 days (measured at baseline) -
idsubject identifier -
indtotInventory of Drug Use Consequences (InDUC) total score (measured at baseline) -
linkstatuspost-detox linkage to primary care (0 = no, 1 = yes) -
linkpost-detox linkage to primary care:noyes -
mcsSF-36 Mental Component Score (measured at baseline, lower scores indicate worse status) -
pcsSF-36 Physical Component Score (measured at baseline, lower scores indicate worse status) -
pss_frperceived social support by friends (measured at baseline, higher scores indicate more support) -
racegrprace/ethnicity: levelsblackhispanicotherwhite -
satreatany BSAS substance abuse treatment at baseline:noyes -
sexriskRisk Assessment Battery sex risk score (measured at baseline) -
substanceprimary substance of abuse:alcoholcocaineheroin -
treatrandomized to HELP clinic:noyes
Details
Eligible subjects were adults, who spoke Spanish or English, reported alcohol, heroin or cocaine as their first or second drug of choice, resided in proximity to the primary care clinic to which they would be referred or were homeless. Patients with established primary care relationships they planned to continue, significant dementia, specific plans to leave the Boston area that would prevent research participation, failure to provide contact information for tracking purposes, or pregnancy were excluded.
Subjects were interviewed at baseline during their detoxification stay and follow-up interviews were undertaken every 6 months for 2 years. A variety of continuous, count, discrete, and survival time predictors and outcomes were collected at each of these five occasions.
This data set is a subset of the HELPmiss data set restricted to the 453 subjects who were fully observed on the age, cesd, d1, female, sex, g1b, homeless, i1, i2, indtot, mcs, pcs, pss_fr, racegrp, satreat, substance, treat, and sexrisk variables. (There is some missingness in the other variables.) HELPmiss contains 17 additional subjects with partially observed data on some of these baseline variables. This is also a subset of the HELPfull data which includes 5 timepoints and many additional variables.
Note
The HELPrct data set was originally named HELP but has been renamed to avoid confusion with the help function.
Source
http://www.math.smith.edu/help
References
Samet JH, Larson MJ, Horton NJ, Doyle K, Winter M, and Saitz R. Linking alcohol and drug-dependent adults to primary medical care: A randomized controlled trial of a multi-disciplinary health intervention in a detoxification unit. Addiction, 2003; 98(4):509-516.
See Also
HELPmiss, and HELPfull.
Examples
data(HELPrct)
Dataset imported from https://www.r-project.org.
<iframe src="https://jmagunia.com/iframe/r-dataset-package-mosaicdata-helprct.html" width="100%" height="100%" style="border:0px"></iframe>