retrieveData {mimR}R Documentation

Retrieve data from MIM engine

Description

This function can be used for retrieving data from the MIM engine. It is useful in connection with latent variable models

Usage

retrieveData(gmData = NULL, impute = FALSE)

Arguments

gmData A gmData object
impute If TRUE, missing values are imputed (from the fitted model) before the data is returned

Details

The gmData object is used only for naming the columns of the data frame.

Value

A data frame

Note

Before using mimR, make sure that the MIM program is runnning.

Author(s)

Søren Højsgaard, sorenh@agrsci.dk

References

David Edwards, An Introduction to Graphical Modelling, Springer Verlag, 2002

See Also

See Also as emfit

Examples






[Package Contents]