You are here

Lower exists now

1 post / 0 new
tbates's picture
Offline
Joined: 07/31/2009 - 14:25
Lower exists now

https://openmx.ssri.psu.edu/docs/OpenMx/latest/Introduction.html#simple-openmx-script

Says "PS a lower triangular matrix doesn’t exist yet so we specify it explicitly"

scripts using the newer types amongst ‘Diag’, ‘Full’, ‘Iden’, ‘Lower’, ‘Sdiag’, ‘Stand’, ‘Symm’, ‘Unit’, or ‘Zero’ should change

Also "True" is not a defined variable in R. TRUE is.

so the snippet fails to execute

> mxMatrix(
+ type="Full",
+ nrow=1,
+ ncol=2,
+ free=True,
+ values=c(0,0),
+ dimnames=list(NULL, selVars),
+ name="expMean"
+ )
Error in matrixCheckErrors(type, values, free, labels, lbound, ubound, :
object 'True' not found

Also "selVars" is never defined on the whole page, as far as I can see?

https://openmx.ssri.psu.edu/docs/OpenMx/latest/Introduction.html