Saccharin {NRAIA}R Documentation

Elimination of saccharin

Description

The Saccharin data frame has 9 rows and 3 columns from an experiment on the elimination of saccharin.

Format

This data frame contains the following columns:

start
start of collection period, measured from the start of the experiment (hr).
length
duration of the collection period (hr).
sacch
exhaled radioactively tagged CO2 (g).

Source

Bates and Watts (1998), Nonlinear Regression Analysis and Its Applications, Wiley (Appendix A1.5).

Examples

xyplot(cumsum(sacch) ~ I(start + length), Saccharin,
     type = c("g", "S"), scales = list(x = list(log = 2)),
     xlab = "Time (hr)", ylab = "Cumulative saccharin")

[Package NRAIA version 0.9-7 Index]