summaryFs {cwhmisc}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 <c-w.hoffmann@sunrise.ch>
http://www.wsl.ch/personal_homepages/hoffmann/index_EN

Examples

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

[Package cwhmisc version 2.0.1 Index]