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(impute = FALSE,arg="d")
arg |
"c": the raw data (using value labels), "d": the raw data (using levels) , "e": the raw data (showing missing values) |
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