Learn R Programming

PASWR (version 1.0)

Ratbp: Rat Blood Pressure

Description

Twelve rats were chosen, and a drug was administered to six rats, the treatment group, chosen at random. The other six rats, the control group, received a placebo. The drops in blood pressure (mmHg) for the treatment group (with probability distribution F) and the control group (with probability distribution G) are stored in the variables Treat and Cont, respectively. Data are used in Example 10.18.

Usage

Ratbp

Arguments

source

The data is originally from Ott and Mendenhall (1985, problem 8.17).

References

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

Examples

Run this code
attach(Ratbp)
boxplot(Treat,Cont)
detach(Ratbp)

Run the code above in your browser using DataLab