Learn R Programming

sla (version 0.1)

hellung: hellung - 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("hellung")

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 diameter by concentration data reveals that the data are distributed exponentially. For interest with two-group, straight line ANCOVA the raw conc and diameter values should be transformed to their common logs. Cf. hellunglog data frame in this package.

References

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

Examples

Run this code
data(hellung) # cf. hellunglog data frame

Run the code above in your browser using DataLab