R_pt: Calculate matrix of error correlations using p-value...

View source: R/estimate_R.R

R_ptR Documentation

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

Description

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
)

jean997/sumstatFactors documentation built on April 15, 2024, 6:39 p.m.