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