View source: R/utility_functions.r
ct_to_out | R Documentation |
This function prints out a nice models summary and optionally incorporates clustered standard errors.
ct_to_out(m, cluster = NULL, drop.factor = T, .level = 0.95, .round = 3)
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. |
For a numeric vector this function return high and low values. For a character vector this returns unique values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.