Skip to content

Commit

Permalink
Update fit_and_reporting.R
Browse files Browse the repository at this point in the history
  • Loading branch information
tbates committed Jan 28, 2025
1 parent 1af9277 commit 64cce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fit_and_reporting.R
Original file line number Diff line number Diff line change
Expand Up @@ -2177,7 +2177,7 @@ umxCompare <- function(base = NULL, comparison = NULL, all = TRUE, digits = 3, r
if(report == "inline"){ report= "markdown"}
if(!silent){
umx_print(tablePub, digits = digits, zero.print = "0", caption = "Table of Model Comparisons", report = report)
umx_msg("Note: EP = Estimated (i.e. free) parameters; \u0394-2LL = change in -two \u00D7 log-likelihood of the model; \u0394 df = change in degrees of freedom with respect to the comparison model; \u0394 AIC = change in Akaike Information Criterion; 'Compared to' = a note to show which model formed the baseline for each model comparison.")
print("Note: EP = Estimated (i.e. free) parameters; \u0394-2LL = change in -two \u00D7 log-likelihood of the model; \u0394 df = change in degrees of freedom with respect to the comparison model; \u0394 AIC = change in Akaike Information Criterion; 'Compared to' = a note to show which model formed the baseline for each model comparison.")
}

if(compareWeightedAIC){
Expand Down

0 comments on commit 64cce06

Please sign in to comment.