nice_table: Pretty tables for LM

Description Usage Arguments Value Examples

View source: R/hello.R

Description

Creates a knitr approved table with regression coefficients and confidence intervals

Usage

1
nice_table(fit, level = 0.95, roundto = 2)

Arguments

fit

The lm object

level

confidence level

roundto

how much do you want the results rounded to

Value

None

Examples

1
2
fit <- lm(nrorm(100) ~ rnorm(100,2,3))
nice_table(fit, 0.90, roundto = 3)

mattkcole/lamaR documentation built on May 21, 2019, 1:24 p.m.