out =
DNase ()
¶Elisa assay of DNase
Data obtained during development of an ELISA assay for the recombinant protein DNase in rat serum.
Run
Ordered categorical
indicating the assay run.
conc
Known concentration of the protein (ng/ml).
density
Measured optical density in the assay (dimensionless).
Davidian, M. and Giltinan, D. M. (1995). Nonlinear Models for Repeated Measurement Data. London: Chapman & Hall. (section 5.2.4, p. 134)
Pinheiro, J. C. and Bates, D. M. (2000). Mixed-effects Models in S and S-PLUS. New York: Springer.
t = tblish.dataset.DNase; # TODO: Port this from R tblish.examples.coplot (t, "conc", "density", "Run", "PlotFcn", @scatter); tblish.examples.coplot (t, "conc", "density", "Run", "PlotFcn", @loglog, ... "PlotArgs", {"o"});