Description Usage Arguments Value Examples
View source: R/fdr_var_selection.R
Computes the estimated coefficients of β from the radiogenomics model
1 | fdr_var_selection(b, x_cnames, ...)
|
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() |
est_coef: estimated coefficients after the FDR-based variable selection
1 2 3 | b = matrix(rnorm(100*5), nrow=100)
x_cnames = paste0('Col',1:5)
fdr_var_selection(b,x_cnames)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.