[Rsiena-commits] r29 - pkg/RSienaTest/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 17 14:34:08 CET 2009
Author: ripleyrm
Date: 2009-12-17 14:34:08 +0100 (Thu, 17 Dec 2009)
New Revision: 29
Modified:
pkg/RSienaTest/R/simstatsc.r
Log:
Corrected typo in 3way interactions
Modified: pkg/RSienaTest/R/simstatsc.r
===================================================================
--- pkg/RSienaTest/R/simstatsc.r 2009-12-14 02:40:14 UTC (rev 28)
+++ pkg/RSienaTest/R/simstatsc.r 2009-12-17 13:34:08 UTC (rev 29)
@@ -1300,7 +1300,7 @@
else
{
if (inter1$name != inter2$name ||
- inter1$name != inter1$name3)
+ inter1$name != inter3$name)
{
stop("invalid interaction specification:",
"must all be same network")
More information about the Rsiena-commits
mailing list