regarding this query...
http://openmx.psyc.virginia.edu/thread/589
and this error
Error: The data object 'MZ.data' contains an observed matrix that is not of type 'double'
http://openmx.psyc.virginia.edu/thread/589
and this error
Error: The data object 'MZ.data' contains an observed matrix that is not of type 'double'
it would be very helpful to add a call to summary Names and say something like
Error: The data object 'MZ.data' contains an observed matrix that is not of type 'double'
details:
type(MZ.data) is
MZ.data contains 2 variables as follows:
twin1: type logical
twin2: type integer
I am expecting a matrix consisting of type double. You might try MZ.data=as.double(MZ.data)
#1
Log in or register to post comments