Skip to content

Commit

Permalink
Updated MLPE function
Browse files Browse the repository at this point in the history
  • Loading branch information
wpeterman committed Nov 2, 2017
1 parent 33b51a4 commit 0269dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/MLPE.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ MLPE.lmm_coef <-
gsub(pattern = "_distMat.csv",
"",
x = list.files(resistance, pattern = "*_distMat.csv"))
resist.names <- plyr::ldply(strsplit(resist.names, "_"))[,1]
resist.names <- plyr::ldply(strsplit(resist.names, "_c"))[,1]

COEF.Table <- array()
for (i in 1:length(resist.mat)) {
Expand Down

0 comments on commit 0269dfc

Please sign in to comment.