tbates / umx

Making Structural Equation Modeling (SEM) in R quick & powerful
https://tbates.github.io/
44 stars 17 forks source link

Some code format stuff & bug fix #105

Closed jpritikin closed 5 years ago

tbates commented 5 years ago

I report the creation of latent variables by default, as these can come from typos (umxRAM makes a latent from anything not found in manifests)... probably best to stick with that (I have considered turning off all the narrative output, but shied away from it).

jpritikin commented 5 years ago

The problem is that verbose=FALSE does not disable all messages. I don't care what you decide to make the default as long as the behavior can be controlled.

tbates commented 5 years ago

umx_set_silent(TRUE)

Other's you might be interested in/want to control are:

tbates commented 5 years ago

I wrapped the reporting of latents in !umx_set_silent(silent=TRUE) instead of verbose, so just turn silent on and then off again around whatever it is you're doing silently :-)