legacy2015 {sdamr} | R Documentation |
Legacy motives and pro-environmental behaviour
Description
Legacy motives and pro-environmental behaviour
Usage
legacy2015
Format
A data frame with 245 rows and 9 variables:
- id
(numeric) ID variable relating to the original dataset
- sex
(character) biological sex of participant (male or female)
- age
(numeric) age in years
- legacy
(numeric) Sverage of 8 items reflecting legacy motivation, on a scale from 1 (Not at all) to 6 (A great amount)
- belief
(numeric) average of 5 items reflecting belief in climate change, on a scale from 1 (Strongly Disagree) to 7 (Strongly Agree)
- intention
(numeric) average of 8 items reflecting intention to act in a pro-environmental way, on a scale from 1 (Never) to 6 (All the time)
- education
(numeric) Level of education, 1 = 8th grade or less, 2 = Some high school, 3 = Graduated high school, 4 = Some college or technical school, 5 = Graduated college or technical school, 6 = Post-graduate
- income
(numeric) Approximate household income, 1 = less than $20K, 2 = $20K-$35K, 3 = $35K-$50K 4 = $50K-$75K, 5 = $75K-100K, 6 = more than 100K
- donation
(numeric) Donation of possible bonus payment, between $0 and $10
Source
Harvard DataVerse https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/27740&version=1.0
Examples
## Not run:
# this dataset was processed from the raw data as follows:
tdat <- read.csv("legacy study - pilot_data.csv")
## End(Not run)