Learn R Programming

dauR (version 1.0)

Health: This dataset was used in different chapters of the book "Sampling and Data Analysis Using R: Theory and Practice"

Description

This dataset consists of a sample of eighty laborers from a large factory. Measurements on four variables, namely Gender, Age in years, Diastolic blood pressure and BMI are reported.

Usage

Health

Arguments

Format

A data frame with 80 rows and 4 variables:

Gender

Gender of individuals

Age

Age of the respondents

Diastolic

Diastolic blood pressure of the respondents

BMI

BMI of the respondents

Examples

Run this code
data(Health, package = "dauR")
head(Health)

Run the code above in your browser using DataLab