predict.ida | R Documentation |
Generate fitted values from the fitted model
## S3 method for class 'ida' predict(object, type = "yhat", ...)
object |
output of the function |
type |
a string with the type of output.
If 'yhat,' generate fitted values
of observed nodes. If 'lv,' generate
fitted values for the latent variables.
See |
... |
further arguments passed to or from other methods |
It generates fitted values using the data used
to fit the model. See lavaan::lavPredict
documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.