Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

genericExpRename doesn't know about mxExpectationMixture #337

Open
tbates opened this issue Mar 17, 2022 · 0 comments
Open

genericExpRename doesn't know about mxExpectationMixture #337

tbates opened this issue Mar 17, 2022 · 0 comments

Comments

@tbates
Copy link
Member

tbates commented Mar 17, 2022

via @mcneale It seems that the renaming helper in OpenMx doesn't know about mxExpectationMixture() expectations and so doesn't know how to rename them?

oldFree = names(omxGetParameters(model, indep = TRUE, free = TRUE))
modelFixed = omxSetParameters(model, oldFree, free = FALSE, strict = TRUE, name = "_fixed")

Error in genericExpRename(model@expectation, oldname, newname) : Not implemented yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant