hellunglog: hellunglog - data frame

Description Usage Format Details Source References Examples

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

1
data("hellunglog")

Format

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

glucose

a factor with levels Yes No

log10conc

a numeric vector

log10diam

a numeric vector

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.

Source

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

References

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

Examples

1
2
3
4
5
data(hellunglog)
hellunglogObj <- sla(hellunglog)
hellunglogObj
summary(hellunglogObj)
plot(hellunglogObj, mod = "A")

wgalvord/sla documentation built on May 4, 2019, 5:22 a.m.