View source: R/print_model_comp.R
print_model_comp | R Documentation |
This function is the workhorse of the apa_print() method
for model comparisons. It takes a data frame of class apa_model_comp
and
produces strings to report the results in accordance with APA manuscript
guidelines.
This function is not exported.
print_model_comp(
x,
models = NULL,
conf.int = NULL,
boot_samples = 1000,
progress_bar = FALSE,
in_paren = FALSE,
observed = TRUE
)
x |
A data frame of class |
models |
List. List containing fitted |
conf.int |
Numeric. Confidence level for the confidence interval for |
boot_samples |
Numeric. Number of bootstrap samples to estimate confidence intervals for |
progress_bar |
Logical. Determines whether a progress bar is printed while bootstrapping. |
in_paren |
Logical. Whether the formatted string is to be reported in
parentheses. If |
observed |
Logical. Indicates whether predictor variables were observed. See details. |
arrange_anova()
, apa_print.aov()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.