Learn R Programming

BSDA (version 0.1)

Short: James Short's measurements of the parallax of the sun

Description

Data for Exercise 6.65

Usage

Short

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Short)
attach(Short)
hist(Parallax)
EDA(Parallax)
sign.test(Parallax,md=8.798)
t.test(Parallax,mu=8.798)
detach(Short)

Run the code above in your browser using DataLab