Learn R Programming

cwhmisc (version 2.1)

summaryFs: 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) ~ .)

Examples

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

Run the code above in your browser using DataLab