powered by
Extract specific parent model with assocated df and ME from complete model space.
getModel(models, parents)
a 2D model matrix.
a vector with parent nodes.
mod specific parent model.
# 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