BuildDMI {ggdmc} | R Documentation |
Bind data and models
Description
Binding a data set with a model object. The function also checks whether they are compatible and adds attributes on a data model instance.
Usage
BuildDMI(x, model)
Arguments
x |
data as in data frame |
model |
a model object |
Value
a data model instance
[Package ggdmc version 0.2.6.0 Index]