Skip to content
Snippets Groups Projects
Commit b8416b5f authored by dj44vuri's avatar dj44vuri
Browse files

Revert "small change in perl = TRUE"

This reverts commit 3333e7ca.
parent cb42ab6d
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#' } #' }
subcoef <- function(condition, mname){ 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")) { for (ele in c("coef.names","coef","se","pvalues")) {
elements<- methods::slot(mname,ele)[sub] elements<- methods::slot(mname,ele)[sub]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment