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

small change in perl = TRUE

parent a45a5499
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
#' }
subcoef <- function(condition, mname){
sub <- grep(condition,methods::slot(mname,"coef.names"))
sub <- grep(condition,methods::slot(mname,"coef.names"),perl = TRUE)
for (ele in c("coef.names","coef","se","pvalues")) {
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