cal_clfsr | R Documentation |
Compute conditional local false sign rate
cal_clfsr(G_prior, Bhat, Shat, ...)
## S3 method for class 'mixture_normal'
cal_clfsr(G_prior, Bhat, Shat, ...)
## S3 method for class 'mixture_normal_per_scale'
cal_clfsr(G_prior, Bhat, Shat, indx_lst, ...)
G_prior |
mixture normal prior |
Bhat |
matrix pxJ regression coefficient, Bhat[j,t] corresponds to regression coefficient of Y[,t] on X[,j] |
Shat |
matrix pxJ standard error, Shat[j,t] corresponds to standard error of the regression coefficient of Y[,t] on X[,j] |
... |
Other arguments. |
indx_lst |
list generated by |
pxJ matrix of local false sign rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.