predict.gimme {gimme} | R 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)
[Package gimme version 0.9.1 Index]