Tidy a cmdlr object
# S3 method for cmdlr
tidy(x, robust = FALSE, hypotheses = NULL, ...)
A model object of class 'cmdlr'
A boolean equal to TRUE if robust standard errors should be used and reported. The default value is FALSE
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