deletion {SBICgraph}R Documentation

Pruning step for constructing the model pool

Description

This is the pruning step in the two-step algorithm to construct the model pool (internal use only)

Usage

deletion(data, lambda, P)

Arguments

data

An n by p matrix of observations

lambda

Vector of tuning parameter

P

Prior adjacency matrix

Value

A list of model objects

Author(s)

Jie Zhou


[Package SBICgraph version 1.0.0 Index]