retrieveData {mimR} | R Documentation |
This function can be used for retrieving data from the MIM engine. It is useful in connection with latent variable models
retrieveData(gmData = NULL, impute = FALSE)
gmData |
A gmData object |
impute |
If TRUE, missing values are imputed (from the fitted model) before the data is returned |
The gmData object is used only for naming the columns of the data frame.
A data frame
Before using mimR, make sure that the MIM program is runnning.
Søren Højsgaard, sorenh@agrsci.dk
David Edwards, An Introduction to Graphical Modelling, Springer Verlag, 2002
See Also as emfit