Learn R Programming

psychTools (version 2.3.3)

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

a numeric

posemot

a numeric

negemot

a numeric

ideology

a numeric

age

a numeric

sex

a numeric

partyid

a numeric

Details

More details to follow

References

Nisbet, E. (?)

Hayes, Andrew F. (2013) Introduction to mediation, moderation, and conditional process analysis: A regression-based approach. Guilford Press.

Examples

Run this code
data(globalWarm)
psych::lowerCor(globalWarm)

Run the code above in your browser using DataLab