From b8416b5f70cdae458262b01358e0a3134a9b9ae1 Mon Sep 17 00:00:00 2001 From: Julian Sagebiel <julian.sagebiel@idiv.de> Date: Thu, 17 Oct 2024 23:11:42 +0200 Subject: [PATCH] Revert "small change in perl = TRUE" This reverts commit 3333e7ca6e132c5b67ab8b096291616b3c848715. --- R/subcoef.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/subcoef.R b/R/subcoef.R index d8a996c..9afdd7a 100644 --- a/R/subcoef.R +++ b/R/subcoef.R @@ -22,7 +22,7 @@ #' } subcoef <- function(condition, mname){ - sub <- grep(condition,methods::slot(mname,"coef.names"),perl = TRUE) + sub <- grep(condition,methods::slot(mname,"coef.names")) for (ele in c("coef.names","coef","se","pvalues")) { elements<- methods::slot(mname,ele)[sub] -- GitLab