[Swift-commit] r4175 - SwiftApps/SwiftR/Swift/tests/OpenMx
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Mar 9 15:40:32 CST 2011
Author: tga
Date: 2011-03-09 15:40:32 -0600 (Wed, 09 Mar 2011)
New Revision: 4175
Modified:
SwiftApps/SwiftR/Swift/tests/OpenMx/RAM-3Factor-96Indicators-covdata-a.R
Log:
Missing source statement in openmx test.
Modified: SwiftApps/SwiftR/Swift/tests/OpenMx/RAM-3Factor-96Indicators-covdata-a.R
===================================================================
--- SwiftApps/SwiftR/Swift/tests/OpenMx/RAM-3Factor-96Indicators-covdata-a.R 2011-03-09 20:57:14 UTC (rev 4174)
+++ SwiftApps/SwiftR/Swift/tests/OpenMx/RAM-3Factor-96Indicators-covdata-a.R 2011-03-09 21:40:32 UTC (rev 4175)
@@ -1,6 +1,6 @@
# ---------------------------------------------------------------------
# Program: RAM-3Factor-12Indicators.R
-# Author: Steven M. Boker
+# Author: Steven M. Boker, Timothy G. Armstrong
# Date: Fri Jul 30 13:45:12 EDT 2010
#
# This program is a factor model using standard RAM.
@@ -9,14 +9,24 @@
# Revision History
# -- Fri Jul 30 13:45:12 EDT 2010
# Created RAM-3Factor-12Indicators.R.
+# -- Wed Mar 9 2011
+# Copied to SwiftR codebase, refactored to use with SwiftR
+# performance testing tools
#
# ---------------------------------------------------------------------
+# This file is meant to be opened using the source command from an R instance
+# with working directory of either
+# a) the root of the R library directory in which is
+# b) the root of the SwiftR source trunk
+# ie.
+# > source("Swift/tests/OpenMx/RAM-3Factor-96Indicators-covdata-a.R")
# ----------------------------------
# Read libraries and set options.
library(OpenMx)
library(Swift)
+source("Swift/tests/perf_tests.R")
# ---------------------------------------------------------------------
# Data for factor model.
More information about the Swift-commit
mailing list