| demo_data {ascentTraining} | R Documentation | 
Demographics data
Description
A simulated dataset containing demographic data about a number of subjects.
Usage
demo_data
demoData
Format
A data frame with 33 observations on the following 7 demographic variables. This data is designed so that it can be merged with the dataset pk_data.
SubjectA numeric vector giving the subject identifier
SexA factor with levels
FMAgeA numeric vector giving the age of the subject
WeightA numeric vector giving weight in kg
HeightA numeric vector giving height in cm
BMIA numeric vector giving the subject body mass index
SmokesA factor with levels
NoYes
Details
This dataset has be renamed using tidyverse-style snake_case naming conventions. However the original name of the dataset has been kept to ensure backwards compatibility with the book SAMS Teach Yourself R in 24 Hours (ISBN: 978-0-672-33848-9).
Source
Simulated data