Description Usage Arguments Details Value
View source: R/confint_utils.R
From a vector of estimates computes the lower and upper bound and a p-value.
1 2 3 4 5 6 7 8 9 | df_confint_pvalue(estimate, sigma, tau, alpha_conf = 0.05)
df_conf_leaves(
shifts,
covariance_noise_mat,
mat_incidence,
sigma,
alpha_conf = 0.05
)
|
estimate |
Shift estimate from |
sigma |
Associated standard error, length |
tau |
Noise factor, same length as |
alpha_conf |
Confidence level. |
shifts |
Punctual shift estimation from desparsified procedure. |
covariance_noise_mat |
Covariance noise matrix. |
mat_incidence |
Incidence matrix |
The confidence interval is bivariate whereas the p-value and q-values are
univariate. q-values are threshold-dependent and need to be recomputed when
alpha_conf
changes.
A dataframe with 4 (or 5 if estimate
has names) columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.