Learn R Programming

PASWR (version 1.0)

Water: Sodium Content of Water

Description

An independent agency measures the sodium content in 20 samples from source X and in 10 samples from source Y and stores them in data frame Water. Data are used in Example 9.12.

Usage

Water

Arguments

source

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

Examples

Run this code
attach(Water)
t.test(X, Y, alternative="less")
detach(Water)

Run the code above in your browser using DataLab