fdr_var_selection: FDR-based variable selection

Description Usage Arguments Value Examples

View source: R/fdr_var_selection.R

Description

Computes the estimated coefficients of β from the radiogenomics model

Usage

1
fdr_var_selection(b, x_cnames, ...)

Arguments

b

MCMC samples of the parameter β - dimension N samples x L predictors. Output from the groupSS function

x_cnames

names of columns in the predictor matrix

...

other arguments to localFDR()

Value

est_coef: estimated coefficients after the FDR-based variable selection

Examples

1
2
3
b = matrix(rnorm(100*5), nrow=100)
x_cnames = paste0('Col',1:5)
fdr_var_selection(b,x_cnames)

shariq-mohammed/RADIOHEAD documentation built on Dec. 10, 2020, 10:19 a.m.