View source: R/predict.gimme.R
| predict.gimme | R Documentation | 
This function calculates the predicted values of a fitted gimme model.
predict.gimme(x)
x | 
 A fitted gimme object.  | 
List of data frames. Each data frame contains the predicted values of a subject in the data.
Sebastian Castro-Alvarez
 ## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.