data_DeLeo_2013 | R Documentation |
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.
data(data_DeLeo_2013)
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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.