View source: R/broom-generics.R
tidy.cmdlr | R Documentation |
Tidy a cmdlr object
## S3 method for class 'cmdlr'
tidy(x, robust = FALSE, hypotheses = NULL, ...)
x |
A model object of class 'cmdlr' |
robust |
A boolean equal to TRUE if robust standard errors should be used and reported. The default value is FALSE |
hypotheses |
A vector the length of the number of parameters (incl. free and fixed) with values for the null hypothesis to test against. The default is a two-sided test against 0. |
... |
Additional parameters passed to tidy |
A tidy [tibble::tibble()] summarizing the component-level information about the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.