-
Notifications
You must be signed in to change notification settings - Fork 17
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
xmu_update_covar for that pesky 9999 trick that saves your analyses… #257
Conversation
I added a experimental umxDoC2 it should work with the umxDoC example below. Note that I spent a lot of time trying to get umxSummary to work with this, I tried to keep matrices named as close as the original. But in the end, I just don't understand properly how umxSummary works. The advantage of this version is that in my tests, it works and fits better than the current implementation.
|
You should make the new model a class, then you can make a custom umxSummary that will just work
|
Thanks,
That is what I was trying to do, the following fails with an error in the dimension of selDVs apparently?
Chol = as(Chol, "MxModelDoC")
umxSummary(Chol)
Summary support for DoC models not complete yet. Feedback welcome at http://github.com/tbates/umx/issues if you are using this.
Chol -2 × log(Likelihood) = 45911.55
CIs not supported for DoC models yet
Error in `colnames<-`(`*tmp*`, value = selDVs[1:nVar]) :
attempt to set 'colnames' on an object with less than two dimensions
L
Sent from Mailspring (https://getmailspring.com/), the best free email app for work
…On Mar 5 2025, at 9:38 pm, Tim Bates ***@***.***> wrote:
tbates left a comment (tbates/umx#257) (#257 (comment))
You should make the new model a class, then you can make a custom umxSummary that will just work
#model = as(model, "MxModelDoC")
—
Reply to this email directly, view it on GitHub (#257 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/ACNLSLVVTDNATQM354DBCB32S6YLJAVCNFSM6AAAAABYNGLAAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBSGYZTKMZWGU).
You are receiving this because you authored the thread.
|
So So Mean not means? or something? |
FYI, on CRAN you can't use any non-ascii characters lambda delta etc. Had to go through a bunch of finding all these |
Oh, sorry Tim.
Won't happen again!
L
Sent from Mailspring ***@***.***/0?redirect=https%3A%2F%2Fgetmailspring.com%2F&recipient=cmVwbHkrQUNOTFNMVVdESzVNQ1BITjJHT1pCWFdGMjdXRFRFVkJOSEhLWlJSNDZVQHJlcGx5LmdpdGh1Yi5jb20%3D), the best free email app for work
…On Mar 8 2025, at 3:17 am, Tim Bates ***@***.***> wrote:
tbates left a comment (tbates/umx#257) ***@***.***/1?redirect=https%3A%2F%2Fgithub.com%2Ftbates%2Fumx%2Fpull%2F257%23issuecomment-2708133977&recipient=cmVwbHkrQUNOTFNMVVdESzVNQ1BITjJHT1pCWFdGMjdXRFRFVkJOSEhLWlJSNDZVQHJlcGx5LmdpdGh1Yi5jb20%3D)
FYI, on CRAN you can't use any non-ascii characters lambda delta etc.
Also it's unsafe to rely on "F" being FALSE.
Had to go through a bunch of finding all these
—
Reply to this email directly, view it on GitHub ***@***.***/2?redirect=https%3A%2F%2Fgithub.com%2Ftbates%2Fumx%2Fpull%2F257%23issuecomment-2708133977&recipient=cmVwbHkrQUNOTFNMVVdESzVNQ1BITjJHT1pCWFdGMjdXRFRFVkJOSEhLWlJSNDZVQHJlcGx5LmdpdGh1Yi5jb20%3D), or unsubscribe ***@***.***/3?redirect=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACNLSLUO4YCS4EIPCIIB2LL2TKRSTAVCNFSM6AAAAABYNGLAAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBYGEZTGOJXG4&recipient=cmVwbHkrQUNOTFNMVVdESzVNQ1BITjJHT1pCWFdGMjdXRFRFVkJOSEhLWlJSNDZVQHJlcGx5LmdpdGh1Yi5jb20%3D).
You are receiving this because you authored the thread.
|
…from doom.
@jelman