predict.gimme: GIMME Predicted Values.

View source: R/predict.gimme.R

predict.gimmeR Documentation

GIMME Predicted Values.

Description

This function calculates the predicted values of a fitted gimme model.

Usage

predict.gimme(x)

Arguments

x

A fitted gimme object.

Value

List of data frames. Each data frame contains the predicted values of a subject in the data.

Author(s)

Sebastian Castro-Alvarez

Examples

 ## Not run: 
paths <- 'V2 ~ V1
          V3 ~ V4lag'

fit <- gimmeSEM(data     = simData,
                out      = "C:/simData_out",
                subgroup = TRUE, 
                paths    = paths)

predictions <- predict.gimme(fit)
 
## End(Not run)

gimme documentation built on Aug. 30, 2023, 1:08 a.m.