summaryFs {cwhmisc} | 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 <c-w.hoffmann@sunrise.ch>
http://www.wsl.ch/personal_homepages/hoffmann/index_EN
x <- rnorm(1000); y <- 0.1*rnorm(1000) summaryFs(lm(y ~ x))