Title: | A Collection of Sample Datasets |
---|---|
Description: | Provides a collection of sample datasets on various fields such as automotive performance and safety data to historical demographics and socioeconomic indicators, as well as recreational data. It serves as a resource for researchers and analysts seeking to perform analyses and derive insights from classic data sets in R. |
Authors: | Renzo Caceres Rossi [aut, cre] |
Maintainer: | Renzo Caceres Rossi <[email protected]> |
License: | GPL-3 |
Version: | 0.1.0 |
Built: | 2024-11-25 16:31:47 UTC |
Source: | CRAN |
The 'arbuthnot_tbl' dataset contains historical baptism records collected by John Arbuthnot. It includes data on the number of boys and girls baptized each year from 1629 to 1710 in London. This dataset was historically significant in one of the earliest applications of statistical analysis to human populations. The dataset name has been suffixed with '_tbl' to indicate that it is a tibble, ensuring clarity within the 'sampledatasets' package.
data(arbuthnot_tbl)
data(arbuthnot_tbl)
A tibble with 82 observations and 3 variables:
Year of record (integer).
Number of boys baptized (integer).
Number of girls baptized (integer).
Arbuthnot, J. (1710). *An argument for Divine Providence, taken from the constant regularity observed in the births of both sexes*.
The 'cards_tbl' dataset represents a standard deck of 52 playing cards. It includes information about the value, color, suit, and whether the card is a face card. The dataset name has been suffixed with '_tbl' to indicate that it is a tibble, ensuring clarity within the 'sampledatasets' package.
data(cards_tbl)
data(cards_tbl)
A tibble with 52 observations and 4 variables:
Card value (factor with 13 levels: "2" to "10", "Jack", "Queen", "King", "Ace").
Card color (factor with 2 levels: "black", "red").
Card suit (factor with 4 levels: "Clubs", "Diamonds", "Hearts", "Spades").
Logical indicator (TRUE if the card is a face card, FALSE otherwise).
Constructed dataset representing a standard deck of cards.
The 'cars_df' dataset contains data on the speed of cars and the corresponding distances required to stop. This dataset is often used in statistical analysis and regression modeling. The dataset name has been suffixed with '_df' to indicate that it is a data frame, ensuring clarity within the 'sampledatasets' package.
data(cars_df)
data(cars_df)
A data frame with 50 observations and 2 variables:
Speed of the car (mph) (numeric).
Stopping distance (ft) (numeric).
Data from the 1920s. Originally included in the *datasets* package in R.
The 'mtcars_df' dataset provides information extracted from the 1974 Motor Trend US magazine. It comprises data on fuel consumption and 10 aspects of automobile design and performance for 32 cars (1973–74 models). The dataset name has been suffixed with '_df' to identify it as a data frame, making it easier to distinguish within the 'sampledatasets' package.
data(mtcars_df)
data(mtcars_df)
A data frame with 32 observations and 11 variables:
Miles/(US) gallon (numeric).
Number of cylinders (numeric).
Displacement (cu.in.) (numeric).
Gross horsepower (numeric).
Rear axle ratio (numeric).
Weight (1000 lbs) (numeric).
1/4 mile time (numeric).
Engine (0 = V-shaped, 1 = straight) (numeric).
Transmission (0 = automatic, 1 = manual) (numeric).
Number of forward gears (numeric).
Number of carburetors (numeric).
Motor Trend, 1974.
The 'swiss_df' dataset provides standardized fertility measures and socioeconomic indicators for 47 French-speaking provinces of Switzerland in 1888. The dataset name has been suffixed with '_df' to indicate that it is a data frame, ensuring clarity within the 'sampledatasets' package.
data(swiss_df)
data(swiss_df)
A data frame with 47 observations and 6 variables:
Standardized fertility measure (numeric).
Percentage of males involved in agriculture as an occupation (numeric).
Percentage of draftees receiving the highest mark on an army examination (integer).
Percentage of draftees with education beyond primary school (integer).
Percentage of Catholic individuals (numeric).
Infant mortality rate per 1000 live births (numeric).
Data from the Swiss Federal Statistical Office (1888).
This package provides a variety of datasets related to automotive performance and safety data to historical demographics and socioeconomic indicators, as well as recreational data.
sampledatasets: A Collection of Sample Datasets
A Collection of Sample Datasets.
Maintainer: Renzo Cáceres Rossi [email protected]
Useful links: