data_Huitema_2011 | R Documentation |
Moderated regression data for a continuous predictor and a dichotomous moderator from Huitema (2011, p. 253).
data(data_Huitema_2011)
Huitema, B. (2011). The analysis of covariance and alternatives: Statistical methods for experiments, quasi-experiments, and single-case studies. Hoboken, NJ: Wiley.
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.