You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's my understanding from the manual that setting the switch refModels = FALSE in umxRAM would skip reference models part, however it does not seem to work:
umx 4.10.50
library(umx)
m2= umxRAM("big and heavy", data=mtcars, refModels=FALSE,
# One headed paths from disp and weight to mpg
umxPath(c("disp", "wt"), to="mpg"),
# Allow predictors to Covary
umxPath("disp", with="wt"),
# free variances and means for each manifest
umxPath(v.m.= c("disp", "wt", "mpg"))
)
The above still runs it
The text was updated successfully, but these errors were encountered:
It's my understanding from the manual that setting the switch refModels = FALSE in umxRAM would skip reference models part, however it does not seem to work:
umx 4.10.50
The text was updated successfully, but these errors were encountered: