Learn R Programming

BEAMR (version 1.1.0)

clean_Bmtx: Clean up bootstrap coefficient matrix

Description

Clean up bootstrap coefficient matrix

Usage

clean_Bmtx(B)

Value

Matrix of cleaned bootstrap coefficients

Arguments

B

Matrix of bootstrap coefficients

Examples

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

Run the code above in your browser using DataLab