Learn R Programming

DGM (version 1.7.4)

getModel: 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

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

# }

Run the code above in your browser using DataLab