Skip to contents

Calculate matrix of error correlations using p-value threshold method.

Usage

R_pt(
  B_hat,
  S_hat,
  p_val_thresh = 0.05,
  return_cor = TRUE,
  make_well_conditioned = TRUE,
  cond_num = 1e+05
)