data_DeLeo_2013 {SIMPLE.REGRESSION} | R Documentation |
data_DeLeo_2013
Description
A dataset with multiple continuous variables that simulate the data from De Leo and Wulfert (2013). The dataset is used in the examples for the present PARTIAL_COR and SET_CORRELATION functions.
Usage
data(data_DeLeo_2013)
Source
De Leo, J. A., & Wulfert, E. (2013). Problematic internet use and other risky behaviors in college students: An application of problem-behavior theory. Psychology of Addictive Behaviors, 27(1), 133-141.
Examples
head(data_DeLeo_2013)
# bipartial
SET_CORRELATION(data=data_DeLeo_2013,
IVs = c('Grade_Point_Average','Family_Morals','Social_Support',
'Intolerance_of_Deviance','Impulsivity','Social_Interaction_Anxiety'),
DVs = c('Problematic_Internet_Use','Tobacco_Use','Alcohol_Use','Illicit_Drug_Use'),
IV_covars = c('Age','Parents_Income'),
DV_covars = c('Gambling_Behavior','Unprotected_Sex'),
display_cormats=TRUE)
[Package SIMPLE.REGRESSION version 0.2.6 Index]