clean_Bmtx | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.