.updateLavaan | R Documentation |
updates a lavaan model. lavaan has an update function that does exactly that, but it seems to not work with testthat. This is an attempt to hack around the issue...
.updateLavaan(lavaanModel, key, value)
lavaanModel |
fitted lavaan model |
key |
label of the element that should be updated |
value |
new value for the updated element |
lavaan model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.