powered by
Body weight and plasma volume in eight healthy men.
Kirkwood
A labelled data frame with 8 rows and 3 variables:
Subject ID.
Body weight in kg.
Plasma volume in litres.
data(Kirkwood) Kirkwood |> gf_point(volume ~ weight) |> gf_lm(col = "indianred3", interval = "confidence", fill = "indianred3")
Run the code above in your browser using DataLab