data_Chapman_Little_2016 {SIMPLE.REGRESSION}R Documentation

data_Chapman_Little_2016

Description

Moderated regression data from Chapman and Little (2016).

Usage

data(data_Chapman_Little_2016)

Source

Chapman, D. A., & Little, B. (2016). Climate change and disasters: How framing affects justifications for giving or withholding aid to disaster victims. Social Psychological and Personality Science, 7, 13-20.

Examples

head(data_Chapman_Little_2016)

 
# the data used by Hayes (2018, Introduction to Mediation, Moderation, and 
# Conditional Process Analysis: A Regression-Based Approach), replicating p. 239
SIMPLE.REGRESSION(data=data_Chapman_Little_2016, DV='justify',
       IV='frame', IV_type = 'numeric', IV_range='tumble',
       MOD='skeptic', MOD_type = 'numeric', MOD_levels='AikenWest', MOD_range=NULL,
       quantiles_IV=c(.1, .9), quantiles_MOD=c(.25, .5, .75),
       CENTER = FALSE, COVARS=NULL,
       PLOT_type = 'regions', PLOT_title=NULL, 
       Xaxis_label=NULL, Yaxis_label=NULL, LEGEND_label=NULL,
       JN_type = 'Huitema', verbose=TRUE ) 


[Package SIMPLE.REGRESSION version 0.1.6 Index]