tra {QuantPsyc} | R Documentation |
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.
data(tra)
A data frame with 1000 observations on the following 4 variables.
beliefs
values
attitudes
intentions
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.
data(tra) str(tra) eda.uni(tra$intentions)