pubh (version 1.1.16)

Kirkwood: Body weight and plasma volume.

Description

Body weight and plasma volume in eight healthy men.

Usage

Kirkwood

Arguments

Format

A labelled data frame with 8 rows and 3 variables:

subject

Subject ID.

weight

Body weight in kg.

volume

Plasma volume in litres.

Examples

Run this code
# NOT RUN {
data(Kirkwood)

Kirkwood %>%
  gf_point(volume ~ weight) %>%
  gf_lm(col = "indianred3", interval = "confidence", fill = "indianred3") %>%
  axis_labs()
# }

Run the code above in your browser using DataLab