Description Usage Arguments Value
View source: R/bootpcorSE_calc.R
computes the bootstrap SE of the Fisher z-scores of partial correlations for a fixed number of resamples
1 2 | bootpcorSE_calc(data, nboot = 50, cor_method, thresh_up = 0.999,
thresh_down = 0.001, verbose = TRUE)
|
data |
The samples by features data matrix. |
nboot |
The number of bootstrap samples. |
cor_method |
The method of correlation used. May be "pearson", "spearman" or "kendall" depending on the type of correlation to be used by the user. |
thresh_up |
The upward threshold for partial correlations |
thresh_down |
The downward threshold for partial correlations. |
verbose |
To print the status of Bootstrap runs |
Returns standard errors for fisher z-scores for the partial correlations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.