Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

students

Student Risk Taking


Description

Students were administered two parallel forms of a test after a random assignment to three different treatments.

Usage

data("students")

Format

A data frame with 35 observations on the following 3 variables.

treatment

a factor with levels AA, C, and NC.

low

the result of the first test.

high

the result of the second test.

Details

The data arise from a large study of risk taking (Timm, 2002). Students were randomly assigned to three different treatments labelled AA, C and NC. Students were administered two parallel forms of a test called low and high. The aim is to carry out a test of the equality of the bivariate means of each treatment population.

Source

N. H. Timm (2002), Applied Multivariate Analysis. Springer, New York.

Examples

data("students", package = "HSAUR")
  layout(matrix(1:2, ncol = 2))
  boxplot(low ~ treatment, data = students, ylab = "low")
  boxplot(high ~ treatment, data = students, ylab = "high")

HSAUR

A Handbook of Statistical Analyses Using R (1st Edition)

v1.3-10
GPL
Authors
Brian S. Everitt and Torsten Hothorn
Initial release
2022-04-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.