Tim Bates
Tim Bates
maybe a beta_ractives folder that people can submit to, and then if they prove popular, the ractive might move to inst/core_ractives that way there's not a great barrier to new...
in general: are mouse-over tooltips possible? It's a key feature for me for web tables
Just for those of us in the "Ceci n'est pas une pipe' crew: ```R # 1. Make a play graph tmp = DiagrammeR::grViz('digraph{a->b; c->a; c->b; c->d;}') # 2. Convert to...
It would be great if the output had folding sections. On linux, for instance, the user is seldom interested in the 10,000 lines of package install info. All sections could...
For RAM, it seems like our equivalent of diag Θ/theta is `diag(S[manifests, manifests]`, so we could scale based on that. Does seem like a win.
Unclear if that's the case: need to make sure that 1. The reason GSEM doesn't give fit stats for users who attempt to use OpenMx is not our fault (i.e.,...
SO, the problem is that [GenomicSEM](https://github.com/MichelNivard/GenomicSEM/wiki/6.-GenomicSEM-and-OpenMx) has to set an arbitrary sample size > After data preparation we provide the data to OpenMx (where we arbitrarily set the N to...
Seems that as a downstream consumer of OpenMx uses this and it is not uncited/out of left field, we could support this? One more step towards `OpenMx` being the friendly...
Allowing either `refModels = TRUE` for `summary.MxModel` or (preferably) adding `mxModel(..., refModels = c(FALSE|TRUE))` would solve item 1 above, and make life a lot easier for the 95% of users...
given that we are teaching people to make every single object and then place them into a model, having those objects self-check would maximise the benefits of that process. i.e.,...