Learn R Programming

BSDA (version 1.2.1)

Haptoglo: Haptoglobin concentration in blood serum of 8 healthy adults

Description

Data for Example 6.9

Usage

Haptoglo

Arguments

Format

A data frame/tibble with eight observations on one variable

concent

haptoglobin concentration (in grams per liter)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

shapiro.test(Haptoglo$concent)
t.test(Haptoglo$concent, mu = 2, alternative = "less")


Run the code above in your browser using DataLab