bootpcorSE_calc: Calculate bootstrap SE for the Fisher z-scores of partial...

Description Usage Arguments Value

View source: R/bootpcorSE_calc.R

Description

computes the bootstrap SE of the Fisher z-scores of partial correlations for a fixed number of resamples

Usage

1
2
bootpcorSE_calc(data, nboot = 50, cor_method, thresh_up = 0.999,
  thresh_down = 0.001, verbose = TRUE)

Arguments

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

Value

Returns standard errors for fisher z-scores for the partial correlations.


CorShrink documentation built on July 13, 2018, 1 a.m.