| moons {glmxdiag} | R Documentation |
Moons of the 13 planets of the Solar System
Description
This dataset contains informations about dimensions, number of moons and distance from the Sun of the eight planets and the five dwarf planets of the Solar System. The objective is to find a proper relationship between the number of moons and other variables. All variables are normalized in respect to the Earth, so that it has always value 1.
Usage
data("moons")
Format
A data frame with 13 observations on the following 5 variables.
Namename of the planet.
Distancedistance from the sun.
Diameterdiameter of the planet.
Massmass of the planet.
Moonsnumber of moons.
Source
https://en.wikipedia.org/wiki/Planet
[Package glmxdiag version 1.0.0 Index]