The
DNase
data frame has 176 rows and 3 columns obtained during the
development of an ELISA assay for the recombinant protein DNase in rat
serum.
This data frame contains the following columns:
These data are described in section 5.2.3 of Davidian and Giltinan (1995), "Nonlinear Models for Repeated Measurement Data", Chapman and Hall, London.
DNase.lis <- nlsList(density ~ fpl(conc, A, B, ld50, scal), data = DNase, cluster = ~ Run) DNase.nlme <- nlme(DNase.lis)