getModel {DGM} | R Documentation |
Extract specific parent model with assocated df and ME from complete model space.
Description
Extract specific parent model with assocated df and ME from complete model space.
Usage
getModel(models, parents)
Arguments
models |
a 2D model matrix. |
parents |
a vector with parent nodes. |
Value
mod specific parent model.
Examples
data("utestdata")
r=exhaustive.search(myts,3)
# get model with parents 1, 2, and 4.
m=getModel(r$model.store,c(1,2,4))
[Package DGM version 1.7.4 Index]