You are here

The OpenMx website will be down for maintenance from 9 AM EDT on Tuesday, September 17th, and is expected to return by the end of the day on Wednesday, September 18th. During this period, the backend will be updated and the website will get a refreshed look.

model name from output

3 posts / 0 new
Last post
suzannejak's picture
Offline
Joined: 01/06/2010 - 06:17
model name from output

I am writing a function that returns the standardized parameter estimates for multigroup models. I would like to start the output for each group with something like:

"standardized estimates [model name]"

However, I can not figure out how to extract the model name from the output. Is it possible to get it?

For example if the output object looks like below, how do I extract 'men2'?

MxModel 'men2'
type : default
@matrices : 'L', 'F', 'Q', 'T', and 'K'
@algebras : 'S' and 'M'
@constraints :
@intervals :
@latentVars : none
@manifestVars : none
@data : 5 x 5
@data means : 1 x 5
@data type: 'cov'
@submodels :
@objective : MxMLObjective
@independent : FALSE
@options :
@output : FALSE

Thanks in advance! Suzanne

mspiegel's picture
Offline
Joined: 07/31/2009 - 15:24
Ah, it is slightly hidden.

Ah, it is slightly hidden. You'll be able to extract the name with model@name

suzannejak's picture
Offline
Joined: 01/06/2010 - 06:17
Great, thank you!

Great, thank you!