summaryFs {cwhstat} | R Documentation |
Print summary of lm, std.dev and Finney's correction to log normally distributed data.
summaryFs(lm)
lm |
Result of an lm(log(y) ~ .) |
Christian W. Hoffmann, christian.hoffmann@wsl.ch,
http://www.wsl.ch/staff/christian.hoffmann
x <- rnorm(1000); y <- 0.1*rnorm(1000) summaryFs(lm(y ~ x))