From 9abbc03732b36be961816ea8138c3e49fe7bdde7 Mon Sep 17 00:00:00 2001 From: TDJorgensen Date: Tue, 2 Apr 2024 21:41:07 +0200 Subject: [PATCH] deprecate summary(std.nox=) argument --- R/blav_object_methods.R | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/R/blav_object_methods.R b/R/blav_object_methods.R index 354ebcc8..d2dab4c9 100644 --- a/R/blav_object_methods.R +++ b/R/blav_object_methods.R @@ -70,7 +70,7 @@ function(object, header = TRUE, ci = TRUE, standardized = FALSE, rsquare = FALSE, - std.nox = FALSE, + std.nox = FALSE, #TODO: remove deprecated argument in early 2025 psrf = TRUE, neff = FALSE, postmedian = FALSE, @@ -79,7 +79,7 @@ function(object, header = TRUE, bf = FALSE, nd = 3L) { - if(std.nox) standardized <- TRUE + #TODO: remove (deprecated): if(std.nox) standardized <- TRUE # print the 'short' summary if(header) { @@ -122,9 +122,10 @@ function(object, header = TRUE, if(!("group" %in% names(PE))) PE$group <- 1 if(!("level" %in% names(PE))) PE$level <- "within" - if(standardized && std.nox) { - PE$std.all <- PE$std.nox - } + #TODO: remove deprecated argument in early 2025 + # if(standardized && std.nox) { + # PE$std.all <- PE$std.nox + # } PE$group[PE$group == 0] <- 1 if("target" %in% names(object@call)){