Learn R Programming

BSDA (version 1.01)

Haptologo: Haptoglobin concentration in blood serum of 8 healthy adults

Description

Data for Example 6.9

Usage

Haptologo

Arguments

Format

A data frame with 8 observations on the following variable.

concent

a numeric vector

Examples

Run this code
# NOT RUN {
str(Haptologo)
attach(Haptologo)
qqnorm(concent,col="blue")
qqline(concent,col="red")
shapiro.test(concent)
t.test(concent,mu=2,alternative="less")
detach(Haptologo)
# }

Run the code above in your browser using DataLab