Skip to content

Commit

Permalink
pl-square
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrLeTrong committed May 8, 2017
1 parent d87072a commit 72f2b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/interpreter.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ interpreter <- function(modelType = "none",

} else if (length(squareIndepend) > 0){
if(grepl(".square", varNames[i])){
dropTemp <- c()
temp <- c()
temp <- gsub(".square", "", varNames[i])
s <- grep(temp, varNames)
Expand Down

0 comments on commit 72f2b73

Please sign in to comment.