Tidy a cmdlr object

# S3 method for cmdlr
tidy(x, robust = FALSE, hypotheses = NULL, ...)

Arguments

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

Value

A tidy [tibble::tibble()] summarizing the component-level information about the model