Learn R Programming

lmreg (version 1.2)

stars2: Stars data 2

Description

Distance of additional galactic objects from Earth and their velocities (Humason, 1936).

Usage

data(stars2)

Arguments

Format

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

Distance

Distance from Earth (in million parsec; 1 parsec = 3.26 light years)

Velocity

Velocity of Galaxy (in km/s)

Details

The galactic objects in this data set are much further away from Earth than those in the data set stars1.txt. These became available within a few years of the publication of Hubble's original work, through rapid advancesment in technology. Although the new data cemented Hubble's hypothesis that distant objects have proportionately higher velocity (as they should in a universe expanding with constant acceleration), the constant of proportionality turned out to be somewhat different from Hubble's original estimate.

Examples

Run this code
# NOT RUN {
data(stars2)
head(stars2)
# }

Run the code above in your browser using DataLab