Learn R Programming

lmreg (version 1.2)

stars1: Stars data 1

Description

Distance of galactic objects from Earth and their velocities (Hubble, 1929).

Usage

data(stars1)

Arguments

Format

A data frame with 24 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)

Examples

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

Run the code above in your browser using DataLab