prepare structure for R package
[valse.git] / SelectModel / suppressionmodelesegaux.R
diff --git a/SelectModel/suppressionmodelesegaux.R b/SelectModel/suppressionmodelesegaux.R
deleted file mode 100644 (file)
index a558efb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-suppressionmodelesegaux = function(B1,B2,glambda,rho,pi){
-  ind = c()
-  for(j in 1:length(glambda)){
-    for(ll in 1:(l-1)){
-      if(B1[,,l] == B1[,,ll]){
-        ind = c(ind, l)
-      }
-    }
-  }
-  ind = unique(ind)
-  B1 = B1[,,-ind]
-  glambda = glambda[-ind]
-  B2 = B2[,,-ind]
-  rho = rho[,,,-ind] 
-  pi = pi[,-ind]
-  
-  return(list(B1,B2,glambda,ind,rho,pi))
-}
\ No newline at end of file