OpenMx Error Messages

Bivariate Cholesky model for combined continuous and bivariate variables adjusted for age-Error message for ACE
I am stuck with the error message in running model 'CholAce':A definition variable has been declared in model 'ACE' that does not contain a data set.
The code:
#--------------------------------------------------------------------
CholAceModel <- mxModel("CholAce",
mxModel("ACE",
mxMatrix( type="Lower", nrow=nv, ncol=nv, free=TRUE,values=svPa, labels=labLower("a",nv),
lbound=lbPa, name="a"),

NA values hit for thresholds
I am stuck with the error message: "Error: In model 'Sat' I was expecting 1 thresholds in column 'nssi1' of matrix/algebra 'DZf.expThresDZf' but I hit NA values after only 0 thresholds. You need to increase the number of thresholds for 'nssi1' and give them values other than NA"
Another user had a similar issue- see previous discussion: (http://openmx.psyc.virginia.edu/thread/2953). However, I do not believe my problem has to do with the mxFactor command, factors in general, or NAs in my data.
- Read more about NA values hit for thresholds
- 5 comments
- Log in or register to post comments

fitfunction is not finite
I am trying to fit a saturated twin model to 9 ordinal variables (representing age at observation), in which participants have either 1, 2 or 3 observations each. Thus, there is quite a bit of missing data.
When running the model I get the following error: Sat5.fitfunction is not finite.
Here is info about version and platform:
OpenMx version: 2.0.1.4157
R version: R version 3.1.1 (2014-07-10)
Platform: x86_64-w64-mingw32
Default optimiser: NPSOL
- Read more about fitfunction is not finite
- 4 comments
- Log in or register to post comments

Protection stack too large
Did anyone have a warning like:
"Warning message:
In runHelper(model, frontendStart, intervals, silent, suppressWarnings, :
Protection stack too large; report this problem to the OpenMx forum"
Does anyone know how we can handle this?
Other information:
- The version of OpenMx: 2.0.0-4004 MASS_7.3-35
- The version of R: 3.1.2
- The operating system and architecture: x86_64, Apple OSX 10.8.5.
- R syntax that brings this warning is a command in "metaSEM": --tssem1--
Thanks!
- Read more about Protection stack too large
- 10 comments
- Log in or register to post comments

Error in omxAssignFirstParameters / omxSetParameters... 'labels' argument must not contain duplicate values

Error: could not find function "mxThreshold"
> thresholds <- mxThreshold( vars=c("z1","z2","z3"), nThresh=c(1,1,2),
+ free=TRUE, values=c(-1,0,-.5,1.2) )
Error: could not find function "mxThreshold"
Using "library(help=OpenMx)", "mxThreshold" does not appear. What gives?

Error : The RAM model 'blahblah' does not contain any paths

Another excess memory usage problem - sudden spike when using csolnp
A problem model can be downloaded from:
https://www.dropbox.com/s/kgpsualdlnaowhs/memprobmodel.RData?dl=0
test <- mxRun(memprobmodel, intervals=T)

Problem getting parameters from model
I hope I'm just not seeing something, but the way you extract coefficients and fit statistics seems to have changed. It used to be that I could extract the coefficients by typing:
summary(model)$parameters
- Read more about Problem getting parameters from model
- 9 comments
- Log in or register to post comments

syntax problem with saturated model
Error in mxModel("SAT", mxMatrix(type = "Full", nrow = ntv, ncol = ntv, :
argument is missing, with no default
For some reason R stops reading after ncol=ntv. The rest of the syntax is below:
mxMatrix( type="Full", nrow=ntv, ncol=ntv, free=TRUE, values=.6, label=c("dz11","dz21","dz22"), name="MZL" ),
- Read more about syntax problem with saturated model
- 5 comments
- Log in or register to post comments
Pagination
- Previous page
- Page 4
- Next page