[Mattice-commits] r21 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 13 21:51:42 CET 2008
Author: andrew_hipp
Date: 2008-11-13 21:51:42 +0100 (Thu, 13 Nov 2008)
New Revision: 21
Modified:
pkg/R/revisedBatchHansen.R
Log:
cleaned up batchHansen... should call hansen correctly
Modified: pkg/R/revisedBatchHansen.R
===================================================================
--- pkg/R/revisedBatchHansen.R 2008-11-13 20:50:48 UTC (rev 20)
+++ pkg/R/revisedBatchHansen.R 2008-11-13 20:51:42 UTC (rev 21)
@@ -120,4 +120,4 @@
ha = hansen(data, tree, regimesList[[i]], ...)
treeData[i, ] <- unlist(summary(ha)[variables])
}
- return(treeData) }
+ return(treeData) }
\ No newline at end of file
More information about the Mattice-commits
mailing list