Learn R Programming

matuR (version 0.0.1.0)

data_sample: A sample dataset for demostration purposes.

Description

A sample dataset for demostration purposes.

Usage

data_sample

Arguments

Format

Data frame with 13 variables and 20 observations:

Athlete

A character string. Name of the subjects.

Date of Birth

A date object referring to the DOB for each athlete.

Testing Date

A date object referring to the date of testing of each athlete.

Gender

A character string. Refers to Male or Female.

Weight1 (KG)

A number. Weight in kgs. Measurement 1.

Weight2 (KG)

A number. Weight in kgs. Measurement 2.

Height1 (CM)

A number. Height in cms. Measurement 1.

Height2 (CM)

A number. Height in cms. Measurement 2.

Sitting Height1 (CM)

A number. Length of the trunk in cms for a seated measurement. Measurement 1.

Sitting Height2 (CM)

A number. Length of the trunk in cms for a seated measurement. Measurement 2.

Bench Height2 (CM)

A number. If the sitting height is done using a chair or a bench, indicate its length, otherwise use 0.

Mothers Height (CM)

A number. The standing height of the athlete's mother in cms.

Fathers Height (CM)

A number. The standing height of the athlete's father in cms.

Details

A data frame containing unreal sample data for demostration purposes only. It also serves as an example for a template of how user collected data should look. Use this dataset to learn about the functions on this package.