Description Usage Arguments Value
View source: R/helper_functions.R
This function extracts just the model comparison table from a fitted SRM RSA object.
1 2 3 4 | rsa_modelcomp_tbl(
fitted_srm_rsa,
caption = "Comparing RSA to NULL (no Interaction or Polynomials) Model"
)
|
fitted_srm_rsa |
The fitted SRM RSA object from which you want the model comparison table. |
caption |
The caption for the table. Defaults to generic label. |
a wrapper for knitr::kable that extracts and tables the model comparison part of the SRM RSA output. Contains AIC, BIC, Chi-squared, difference in model Chi-Squared values, and the corresponding df and p value for the comparison.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.