tidy.cmdlr: Tidy a cmdlr object

View source: R/broom-generics.R

tidy.cmdlrR Documentation

Tidy a cmdlr object

Description

Tidy a cmdlr object

Usage

## S3 method for class '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


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.