globalWarm: 7 attitude items about Global Warming policy from Erik Nisbet
Description
Erik Nisbet reported the relationship between emotions, ideology, and party affiliation as predictors of attitudes towards government action on climate change. The data were used by Hayes (2013) in a discussion of regression. They are available as the glbwarm data set in the processR package. They are copied here for examples of mediation.
Usage
data("globalWarm")
Arguments
Format
A data frame with 815 observations on the following 7 variables.
govact
Support for govermment action
posemot
Positive emotions about climate change
negemot
Negative emotions about climate change
ideology
Political ideology (Liberal to conservative)
age
age
sex
female =0, male =1
partyid
Democratic =1, Independent =2, Republican =3
Details
This data set is discussed as an example of regression in Hayes (2013) p 24 - 30 and elsewhere. It is a nice example of moderated regression. It was collected by Erik Nisbet (no citation) who studies communication and the media. E. Nisbet is currently on the faculty at Northwestern School of Communication.
References
Hayes, Andrew F. (2013) Introduction to mediation, moderation, and conditional process analysis: A regression-based approach. Guilford Press.
Moon K (2023). processR: Implementation of the 'PROCESS' Macro_. R package version 0.2.8,
data(globalWarm)
psych::lowerCor(globalWarm)
#compare to Hayes p 254-258psych::lmCor(govact ~ negemot * age + posemot +ideology+sex,data=globalWarm,std=FALSE)