mouse.t: Experiment with mouse

Description Usage Format Details Source Examples

Description

A small randomized experiment were done with 16 mouse, 7 to treatment group and 9 to control group. Treatment was intended to prolong survival after a test surgery.

Usage

1

Format

The format is: num [1:7] 94 197 16 38 99 141 23

Details

The control group is dataset mouse.c. This dataset is the treatment group. The book uses this for exemplifying bootstrapping the sample mean. Measurement unit is days of survival following surgery.

Source

Efron, B. and Tibshirani, R. (1993) An Introduction to the Bootstrap. Chapman and Hall, New York, London.

Examples

1
2
str(mouse.t)
stripchart(list(treatment=mouse.t, control=mouse.c))

Example output

 num [1:7] 94 197 16 38 99 141 23

bootstrap documentation built on June 17, 2019, 5:04 p.m.

Related to mouse.t in bootstrap...