algebra names of MxFIMLObjective
Posted on

Forums
Just a minor issue:
Looking into the output of "objective" of an MxFIMLObjective, I find that the covariance matrix is names "covariance" but the means vector only has a generic title like "untitled4391". For consistency, I suggest to name the means vector "means".
Looking into the output of "objective" of an MxFIMLObjective, I find that the covariance matrix is names "covariance" but the means vector only has a generic title like "untitled4391". For consistency, I suggest to name the means vector "means".
compare this output:
> model@objective
MxFIMLObjective 'objective'
@covariance : 'covariance'
@means : 'untitled4391'
@vector : FALSE
@dims : NA
@thresholds : NA
best,
Andreas
Can I confirm that you were
Log in or register to post comments
In reply to Can I confirm that you were by mspiegel
Wait, I just tested RAM + raw
Log in or register to post comments
In reply to Wait, I just tested RAM + raw by mspiegel
I am using $mxVersion
I attached a script which builds a linear LGCM via RAM notation and uses some fake raw data. For me, I get still an "untitledXXX" as means vector name.
Log in or register to post comments
In reply to I am using $mxVersion by brandmaier
Aha. I have a better idea of
Log in or register to post comments
Ah, this is not a bug. There
to
Is that OK?
Log in or register to post comments
In reply to Ah, this is not a bug. There by mspiegel
Thanks again for the fast
My feeling is that "means_untitledXXX" is a more intuitive solution.
Log in or register to post comments