clean_Bmtx {BEAMR} | R Documentation |
Clean up bootstrap coefficient matrix
Description
Clean up bootstrap coefficient matrix
Usage
clean_Bmtx(B)
Arguments
B |
Matrix of bootstrap coefficients |
Value
Matrix of cleaned bootstrap coefficients
Examples
data(beam_stats)
B.mtx <- beam_stats$beam.stats[[1]]
B.cln <- clean_Bmtx(B.mtx)
[Package BEAMR version 1.1.0 Index]