getModel: Extract specific parent model with assocated df and ME from...

Description Usage Arguments Value Examples

View source: R/dgm.R

Description

Extract specific parent model with assocated df and ME from complete model space.

Usage

1
getModel(models, parents)

Arguments

models

a 2D model matrix.

parents

a vector with parent nodes.

Value

mod specific parent model.

Examples

1
2
3
4
data("utestdata")
r=exhaustive.search(myts,3)
# get model with parents 1, 2, and 4.
m=getModel(r$model.store,c(1,2,4))

DGM documentation built on Dec. 11, 2021, 9:54 a.m.