Learn R Programming

sla (version 0.1)

hellunglog: hellunglog - data frame

Description

Data frame concerned with growth conditions of Tetrahymena cells, collected by Per Hellung-Larsen. Data are from two groups of cell cultures where glucose was either added or not added to the growth medium. For each culture the average cell diameter and cell concentration were recorded.

Usage

data("hellunglog")

Arguments

Format

A data frame with 51 observations on the following 3 variables.

Source

Dalgaard P (2002) Introductory Statistics with R. Springer. pp. 172-182.

Details

A plot of the original diameter by concentration data (found in hellung data frame) reveals that the data are distributed exponentially. For interest with two-group, straight line ANCOVA the raw conc and diameter values have been transformed to their common logs, designated as log10conc and log10diam. Cf. hellung data frame in this package.

References

Dalgaard P (2002) Introductory Statistics with R. Springer.

Examples

Run this code
data(hellunglog)
hellunglogObj <- sla(hellunglog)
hellunglogObj
summary(hellunglogObj)
plot(hellunglogObj, mod = "A")

Run the code above in your browser using DataLab