Compute BEAMR p-values for sets
compute_set_pvalues( beam.stats, peel = FALSE, z = TRUE, alpha = 0.1, mess.freq = 25 )
beam.stats
: A beam.stats object from compute_beam_stats functionpeel
: Logical indicating whether to peel in p-value calculationz
: Logical indicating whether to z-scale each vector of one coefficient estimate across bootstraps before analysisalpha
: Maximum depth to peel (reduces computing time); default 0.1.mess.freq
: Message frequency; default 25.A list with a data.frame of set p-values from BEAMR analysis, a data.frame of summary row p-values, and a data frame of set matching.
data(beam_stats_sm) test.pvals <- compute_set_pvalues(beam.stats=beam_stats_sm)
Useful links