stars: Stars data.

starsR Documentation

Stars data.

Description

This dataset is drawn from an astronomy study on the star cluster CYG OB1 which contains 47 stars.

Usage

data(stars)

Format

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

temperature

The explanatory variable. The logarithm of the temperature of the star.

light

The response variable. The logarithm of the light intensity of the star.

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Terpstra, J. and McKean, J.W. (2005), Rank-based analyses of linear models using R, Journal of Statistical Software, 14(7).

Examples

data(stars)
plot(stars)
abline(hbrfit(light~temperature,data=stars))

kloke/hbrfit documentation built on Nov. 17, 2023, 2:33 p.m.