[Mattice-commits] r188 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Feb 27 20:02:27 CET 2009


Author: andrew_hipp
Date: 2009-02-27 20:02:27 +0100 (Fri, 27 Feb 2009)
New Revision: 188

Modified:
   pkg/R/multiModel.R
Log:
fixed outdata list

Modified: pkg/R/multiModel.R
===================================================================
--- pkg/R/multiModel.R	2009-02-27 14:15:17 UTC (rev 187)
+++ pkg/R/multiModel.R	2009-02-27 19:02:27 UTC (rev 188)
@@ -37,7 +37,7 @@
      }
    }
   IC <- informationCriterion(lnL = comparelnL, K = compareK, n = length(phy$tip.label), names = models)
-  outdata <- list(IC = IC, modelMatrix <- outMatrix)
+  outdata <- list(IC = IC, modelMatrix = outMatrix)
   return(outdata)
   }
 



More information about the Mattice-commits mailing list