clean_Bmtx function

Clean up bootstrap coefficient matrix

Clean up bootstrap coefficient matrix

clean_Bmtx(B)

Arguments

  • B: Matrix of bootstrap coefficients

Returns

Matrix of cleaned bootstrap coefficients

Examples

data(beam_stats) B.mtx <- beam_stats$beam.stats[[1]] B.cln <- clean_Bmtx(B.mtx)