Short {BSDA}R Documentation

James Short's measurements of the parallax of the sun

Description

Data for Exercise 6.65

Usage

Short

Format

A data frame with 158 observations on the following 10 variables.

Sample.1
a numeric vector
Sample.2
a numeric vector
Sample.3
a numeric vector
Sample.4
a numeric vector
Sample.5
a numeric vector
Sample.6
a numeric vector
Sample.7
a numeric vector
Sample.8
a numeric vector
Parallax
a numeric vector
Sample
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]