tra: Simulated Theory of Reasoned Action Data

traR Documentation

Simulated Theory of Reasoned Action Data

Description

Simulated data loosely based on the Theory of Reasoned Action from Social Psychology. Similar data are frequently used in publications involving moderation and mediation. These data were created for illustrative purposes.

Usage

data(tra)

Format

A data frame with 1000 observations on the following 4 variables.

beliefs

a numeric vector

values

a numeric vector

attitudes

a numeric vector

intentions

a numeric vector

Details

The data were constructed with the following model(s) in mind. Attitudes are a function of beliefs as moderated by values. Beliefs lead to intentions though their association with attitudes.

Examples

data(tra)
str(tra)
eda.uni(tra$intentions)

QuantPsyc documentation built on June 4, 2022, 1:06 a.m.