We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you try:
library(umx) umx_set_auto_run(autoRun = F) data(twinData) mzData = subset(twinData, zygosity == "MZFF") dzData = subset(twinData, zygosity == "DZFF") m1 = umxACE(selDVs = "bmi", dzData = dzData, mzData = mzData, sep = "") # =========================================================================== # = Table of parameters + fit comparisons, ready too copy to word processor = # =========================================================================== umxReduce(m1, silent=TRUE, digits=2, repo="h")
You will get:
You gave me an ACE model Error in if (-2 * logLik(ACE) > -2 * logLik(ADE)) { : missing value where TRUE/FALSE needed
The text was updated successfully, but these errors were encountered:
'guess I need to hard code autorun in the model runs inside umxReduce.* functions. Will look at it
autorun
umxReduce.*
Sorry, something went wrong.
traceback is so helpful :-)
traceback() 2: umxReduce.MxModelACE(m1, silent = TRUE, digits = 2, repo = "h") at fit_and_reporting.R#230 1: umxReduce(m1, silent = TRUE, digits = 2, repo = "h")
and global settings are the work of the devil 💯 :-)
umxReduceACE
9b554fa
#241 should be fixed with this
fixed now
tbates
No branches or pull requests
If you try:
You will get:
The text was updated successfully, but these errors were encountered: