8.2.57.18 tblish.dataset.DNase

Static Method: out = DNase ()

Elisa assay of DNase

Description

Data obtained during development of an ELISA assay for the recombinant protein DNase in rat serum.

Format

Run

Ordered categorical indicating the assay run.

conc

Known concentration of the protein (ng/ml).

density

Measured optical density in the assay (dimensionless).

Source

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.

Examples

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"});