lm_tidiers: Tidying methods for a linear model

Description Usage Arguments

Description

Tidying methods for a linear model

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'lm'
tidy2(x, conf.int = FALSE, conf.level = 0.95,
  exponentiate = FALSE, quick = FALSE, ...)

## S3 method for class 'lm'
contextualize(x, ...)

## S3 method for class 'glm'
contextualize(x, ...)

Arguments

x

lm object

conf.int

whether to include a confidence interval

conf.level

confidence level of the interval, used only if conf.int=TRUE

exponentiate

whether to exponentiate the coefficient estimates and confidence intervals (typical for logistic regression)

quick

whether to compute a smaller and faster version, containing only the term and estimate columns.

...

extra arguments (not used)


biodatacore/biodatacoreMTM documentation built on May 12, 2019, 8:41 a.m.