Learn R Programming

BSDA (version 1.01)

Viscosit: Viscosity measurements of a substance on two different days

Description

Data for Exercise 7.44

Usage

Viscosit

Arguments

Format

A data frame with 11 observations on the following 2 variables.

first

a numeric vector

second

a numeric vector

Examples

Run this code
# NOT RUN {
str(Viscosit)
attach(Viscosit)
t.test(first,second)
detach(Viscosit)
# }

Run the code above in your browser using DataLab