Saccharin: Elimination of saccharin

Description Format Source Examples

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

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

NRAIA documentation built on May 2, 2019, 4:52 p.m.

Related to Saccharin in NRAIA...