Tim Bates

Results 138 comments of Tim Bates

Hi, with `2.21.8` on CRAN I ran these weighted models. No errors, but are the fit stats off? (`RMSEA = 5.67?... TLI = -1.196`)? with weights > Model Fit: χ²(6)...

Nice idea to add these, so I'd say add as is (with the proviso that I think `library("OpenMx")` needs to be added early on to these compile stand alone in...

The problem is that for this to be useful, the user then needs to set all the parameter values. Easier said than done with a complex model. But still …easier...

Now supports nSib = 3 for the case where user inputs MZr and DZr TODO: case of user setting A, C, E

MZ and DZ models are in the base model. top just collects everything that they share to avoid error-prone duplication. What is the function stack leading up to the error...

Hi Jana, Can you send me a paper with a path diagram of the kind of model you're looking to do? best, tim > On 15 Jul 2019, at 9:00...

This would be a test model ```R # Easier to add xy to data... x = "disp" y = "mpg" def = "am" dummy = paste0(x, "_by_", def) m1 =...