Learn R Programming

SIMPLE.REGRESSION (version 0.2.6)

data_DeLeo_2013: 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)

Arguments

Examples

Run this code
head(data_DeLeo_2013)
# \donttest{
# 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) # }

Run the code above in your browser using DataLab