clean_Bmtx: Clean up bootstrap coefficient matrix

View source: R/clean_Bmtx.R

clean_BmtxR 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)

BEAMR documentation built on Sept. 11, 2024, 7:48 p.m.