predict.ida: Generate fitted values from the fitted model

predict.idaR Documentation

Generate fitted values from the fitted model

Description

Generate fitted values from the fitted model

Usage

## S3 method for class 'ida'
predict(object, type = "yhat", ...)

Arguments

object

output of the function estimate

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 lavaan::lavPredict documentation.

...

further arguments passed to or from other methods

Details

It generates fitted values using the data used to fit the model. See lavaan::lavPredict documentation.


DiogoFerrari/idar documentation built on May 27, 2022, 10:07 p.m.