- x
The output of cond_effect() or cond_effect_boot().
- nd
The number of digits for the variables.
- nd_stat
The number of digits for test statistics (e.g., t).
- nd_p
The number of digits for p-values.
- title
If TRUE, print a title. Default is TRUE.
- model
If TRUE, print the regression model. Default is TRUE.
- level_info
If TRUE, print information for interpreting the
levels of the moderator, such as the values of
the levels and distance from the mean. Default
is TRUE.
- standardized
If TRUE and one or more variables are
standardized, report it. Default is TRUE.`
- boot_info
If TRUE and bootstrap estimates are in x,
print information about the bootstrapping,
such as the number of bootstrap samples.
Default is TRUE.
- table_only
If TRUE, will suppress of other elements except
for the table of conditional effects. Override
arguments such as title, model, and level_info.
- t_ci
If TRUE, will print the confidence intervals based on
t statistics. These confidence intervals should not be
used if some variables are standardized.
- t_ci_level
The level of confidence of the confidence intervals
based on t statistics. Default is .95.
- ...
Additional arguments. Ignored by this function.