clean_Bmtx {BEAMR} | R Documentation |
Clean up bootstrap coefficient matrix
clean_Bmtx(B)
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)