compute_upsilon: Compute matrix upsilon

Description Usage Arguments Value Examples

View source: R/compute_upsilon.R

Description

Function compute_upsilon computes extended selection matrix upsilon

Usage

1
compute_upsilon(modelset_matrix)

Arguments

modelset_matrix

Matrix composed of zeros and ones.

Value

List with elements:

upsilon

extended selection matrix, see Claesknes, Reluga and Sperlich (2021)

cov_terms_index0

list with indices of covariance terms in each model

index_full_model

index of the full model in the model set

Examples

1
2
modelset_matrix = create_modelset("all_subsets", p = 5)
upsilon_example = compute_upsilon(modelset_matrix)

KatarzynaReluga/postcAIC documentation built on Jan. 25, 2022, 12:33 a.m.