R/clean_Bmtx.R
clean_Bmtx.Rd
Clean up bootstrap coefficient matrix
clean_Bmtx(B)
Matrix of bootstrap coefficients
Matrix of cleaned bootstrap coefficients
data(beam_stats) B.mtx <- beam_stats$beam.stats[[1]] B.cln <- clean_Bmtx(B.mtx)