Learn R Programming

SIMPLE.REGRESSION (version 0.1.9)

data_Chapman_Little_2016: data_Chapman_Little_2016

Description

Moderated regression data from Chapman and Little (2016).

Usage

data(data_Chapman_Little_2016)

Arguments

Examples

Run this code
head(data_Chapman_Little_2016)
# \donttest{ 
# the data used by Hayes (2018, Introduction to Mediation, Moderation, and 
# Conditional Process Analysis: A Regression-Based Approach), replicating p. 239
MODERATED_REGRESSION(data=data_Chapman_Little_2016, DV='justify',
                     IV='frame', IV_range='tumble',
                     MOD='skeptic', MOD_levels='AikenWest', 
                     quantiles_IV=c(.1, .9), quantiles_MOD=c(.25, .5, .75),
                     center = FALSE, 
                     plot_type = 'regions') 
# }

Run the code above in your browser using DataLab