Description Usage Arguments Value Examples
View source: R/compute_upsilon.R
Function compute_upsilon
computes extended selection
matrix upsilon
1 | compute_upsilon(modelset_matrix)
|
modelset_matrix |
Matrix composed of zeros and ones. |
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 |
1 2 | modelset_matrix = create_modelset("all_subsets", p = 5)
upsilon_example = compute_upsilon(modelset_matrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.