A tidy data frame from regression model object (see
statsExpressions::tidy_model_parameters()).
statistic
Which statistic is to be displayed (either "t" or "f"or
"z" or "chi") in the expression.
k
Number of digits after decimal point (should be an integer)
(Default: k = 2L).
effsize.type
Type of effect size needed for parametric tests. The
argument can be "eta" (partial eta-squared) or "omega" (partial
omega-squared).
...
Currently ignored.
Details
When any of the necessary numeric column values (estimate, statistic,
p.value) are missing, for these rows, a NULL is returned instead of an
expression with empty strings.