The classic Cook (2000) dataset consists of measurements on security of attachment within families. Only the variable measuring fear of rejection in family relationships is included in this dataset. Cook (2000) deduced this variable from the anxiety dimension of the adult attachment scale (Collins & Read, 1990). The original data consisted of four person families (i.e. two parents and two children): the mother is labeled as "m", the father as "f", the oldest child as "c" and the youngest child as "y".
A data frame with 2497 rows and 4 variables (208 families with 4 members each, round-robin design)
The variables are as follows:
family.id An indicator for the family.
actor.id An indicator for the rater in the dyad, either "m", "f", "c", or "y"
partner.id An indicator for the person being rated in the dyad, either "m", "f", "c", or "y"
anx: The obtained score on the attachment anxiety scale.
Cook, W. L. (2000). Understanding attachment security in family context. Journal of Personality and Social Psychology, 78, 285-294. doi:10.1037/0022-3514.78.2.285
Collins, N. L., & Read, S. J. (1990, April). Adult attachment, working models, and relationship quality in dating couples. Journal of Personality and Social Psychology, 58, 644-663.
# NOT RUN {
data(four.person)
head(four.person)
# }
Run the code above in your browser using DataLab