data_Huitema_2011 {SIMPLE.REGRESSION} | R Documentation |
data_Huitema_2011
Description
Moderated regression data for a continuous predictor and a dichotomous moderator from Huitema (2011, p. 253).
Usage
data(data_Huitema_2011)
Source
Huitema, B. (2011). The analysis of covariance and alternatives: Statistical methods for experiments, quasi-experiments, and single-case studies. Hoboken, NJ: Wiley.
Examples
head(data_Huitema_2011)
# replicating results on p. 255 for the Johnson-Neyman technique for a categorical moderator
MODERATED_REGRESSION(data=data_Huitema_2011, DV='Y',
IV='X', IV_range='tumble',
MOD='D', MOD_type = 'factor',
center = FALSE,
plot_type = 'interaction',
JN_type = 'Huitema')
[Package SIMPLE.REGRESSION version 0.1.9 Index]