ct_to_out: Nice model output.

View source: R/utility_functions.r

ct_to_outR Documentation

Nice model output.

Description

This function prints out a nice models summary and optionally incorporates clustered standard errors.

Usage

ct_to_out(m, cluster = NULL, drop.factor = T, .level = 0.95, .round = 3)

Arguments

m

The model to print a summary for.

cluster

An optional formula identifying variables to use for clustered standard errors.

drop.factor

Drop factor variables from print output or keep them. Defaults to drop.

.level

Level of statistical significance for confidence intervals. Defaults to P < 0.05.

.round

Number of digits to round results to. Defaults to three.

Value

For a numeric vector this function return high and low values. For a character vector this returns unique values.


jacobaro/danalyze documentation built on Oct. 20, 2022, 8:09 a.m.