summaryFs {cwhstat}R Documentation

Print extended summary of lm.

Description

Print summary of lm, std.dev and Finney's correction to log normally distributed data.

Usage

  summaryFs(lm)

Arguments

lm Result of an lm(log(y) ~ .)

Note

Uses FC.lm and s.lm

Author(s)

Christian W. Hoffmann, christian.hoffmann@wsl.ch,
http://www.wsl.ch/staff/christian.hoffmann

Examples

  x <- rnorm(1000); y <- 0.1*rnorm(1000)
  summaryFs(lm(y ~ x))

[Package cwhstat version 1.0.4 Index]