tablify: Convert a set of model outputs to a nice table

Description Usage Arguments Value

Description

Convert a set of model outputs to a nice table

Usage

1
2
3
tablify(..., teststat = "p.value", digits = 3, digits_coef = digits,
  digits_teststat = digits, cutoffs = c(0.1, 0.05, 0.01), stars = c("*",
  "**", "***"), intercept_last = T, N = T, fit = NULL, file = NULL)

Arguments

...

A model objects

teststat

Which test statistic to show ('std.error' standard error, 'p.value' p value, 'statistic' model-specific statistic, NA for none)

digits

The number of digits to display

digits_coef

Override for digits for coefficient

digits_teststat

Override for digits for test statistic

cutoffs

Levels of significance to display stars for, in descending order

stars

Choices for displayed stars

intercept_last

If true, move intercept to end of output

N

whether or not to display observation count for the model

fit

an optional list of model fit statistics (i.e. c("r.squared", "adj.r.squared"))

file

Optional: output the file as a csv

Value

A dataset of merged output, sorted nicely


robertgambrel/tabler documentation built on May 27, 2019, 10:32 a.m.