View source: R/main_functions.R
pval_vT_cov | R Documentation |
Calculate selective p-value for given covariance
pval_vT_cov(vT, VCOV, this_y, nrSamples, checkFun, twosided = TRUE, bayesian = FALSE, alpha = 0.05, maxiter = 10, trace = TRUE, ...)
vT |
test vector of function |
VCOV |
covariance used for distribution of test statistic |
this_y |
original response vector |
nrSamples |
number of samples to be used |
checkFun |
function; function to congruency with initial selection |
twosided |
logical; compute two-sided p-values? |
bayesian |
see |
alpha |
see |
maxiter |
maximum number of iteratoins to perform the linesearch used in the sampling procedure |
trace |
see |
... |
further arguments passed to vT if specified as function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.