ex2226: Number of Moons

ex2226R Documentation

Number of Moons

Description

Apparently, larger planets have more moons, but is it the volume (as indicated by diameter) or mass that are more relevant, or is it both? These data include the diameter, mass, distance from the sun, and number of moons for 13 planets, gas giants, and dwarf planets in our solar system. Which size variable best explains mean number of moons (possible after accounting for distance from sun). (Consider negative binomial regression.)

Usage

ex2226

Format

A data frame with 13 observations on the following 5 variables.

Name

a character variable with the name of the planet, gas giant, or dwarf planet)

Distance

distance from sun, relative to earth's

Diameter

diameter of the planet, relative to earth's

Mass

mass, relative to earth's

Moons

number of moons

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

References

Wikipedia: https://en.wikipedia.org/wiki/Planet August 10, 2011

See Also

ex0721

Examples

str(ex2226)

Sleuth3 documentation built on Jan. 25, 2024, 3:01 p.m.