tdcmm
output constructorCreates a new tdcmm
class output object.
The tdcmm
class is a subclass of a tbl_df
,
also know as a "tibble", used for augmenting output tibbles of tidycomm
functions with additional information. For output based on statistical tests,
the model object(s) estimated and any performed assumption checks.
tdcmm
objects in tidycomm
are further subclassed with individual classes
handling visualization and printing per "output" type.
new_tdcmm(x, func, data, model = NULL, checks = NULL, params = list())is_tdcmm(x)
A tibble.
Function name called that produced this model.
The tibble that served as input to the function.
A list of model object(s) used in preparation of the output.
Defaults to NULL
. A single model should be wrapped in a list of length
1
.
A list of assumption check object(s) used in preparation of the
output. Defaults to NULL
.
A named list of parameters originally passed to the call. Defaults to an empty list.
is_tdcmm()
: Test for class tdcmm