Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 6.65

Usage

Short

Arguments

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

Examples

Run this code
# NOT RUN {
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