tidy.svrepstatmisc: A tidier for svrepstatmisc

View source: R/misc.R

tidy.svrepstatmiscR Documentation

A tidier for svrepstatmisc

Description

A tidier for svrepstatmisc

Usage

## S3 method for class 'svrepstatmisc'
tidy(x, conf.int = FALSE, conf.level = 0.95,
  exponentiate = FALSE, quick = FALSE, df.residual = NULL, ...)

Arguments

x

a svrepstatmisc 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

quick

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

df.residual

degrees of freedom for t-distribution in confidence interval (will be extracted from x if not specified)

...

extra arguments


carlganz/svrepmisc documentation built on July 4, 2023, 6:56 p.m.