Aggression: TV and Behavior

AggressionR Documentation

TV and Behavior

Description

Data regarding aggressive behavior in relation to exposure to violent television programs used in Example 10.5

Format

A data frame with 16 observations on the following 2 variables:

  • violence (an integer vector)

  • noviolence (an integer vector)

Details

This is data regarding aggressive behavior in relation to exposure to violent television programs from Gibbons (1997) with the following exposition:

... a group of children are matched as well as possible as regards home environment, genetic factors, intelligence, parental attitudes, and so forth, in an effort to minimize factors other than TV that might influence a tendency for aggressive behavior. In each of the resulting 16 pairs, one child is randomly selected to view the most violent shows on TV, while the other watches cartoons, situation comedies, and the like. The children are then subjected to a series of tests designed to produce an ordinal measure of their aggression factors. (pages 143-144)

Source

Gibbons, J. D. (1997) Nonparametric Methods for Quantitative Analysis. American Sciences Press.

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples


with(data = Aggression, 
wilcox.test(violence, noviolence, paired = TRUE, 
alternative = "greater"))


PASWR documentation built on May 15, 2022, 5:05 p.m.