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

mouse.t

Experiment with mouse


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

data(mouse.t)

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

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

bootstrap

Functions for the Book "An Introduction to the Bootstrap"

v2019.6
BSD_3_clause + file LICENSE
Authors
S original, from StatLib, by Rob Tibshirani. R port by Friedrich Leisch.
Initial release
2019-06-15

We don't support your browser anymore

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