Learn R Programming

gimme (version 0.7-18)

predict.gimme: GIMME Predicted Values.

Description

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

Usage

predict.gimme(x)

Value

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

Arguments

x

A fitted gimme object.

Author

Sebastian Castro-Alvarez

Examples

Run this code
 if (FALSE) {
paths <- 'V2 ~ V1
          V3 ~ V4lag'

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

predictions <- predict.gimme(fit)
 }

Run the code above in your browser using DataLab