trimbin {SSPA} | R Documentation |
Binning and trimming of the test statistics vector.
trimbin( statistics, nbins = 100, trim = c(0.01, 0.99), bin = c("epdf", "ecdf"), symmetric = TRUE, plot = TRUE )
statistics |
vector of test statistics. |
nbins |
number of bins. |
trim |
vector of size two with lower and upper limits for the trimming. |
bin |
"epdf" or "ecdf" binning using respectively, empirical density of cumulutive distribution function. |
symmetric |
symmetric trimming TRUE/FALSE. |
plot |
plot results TRUE/FALSE. |
details follow
trimmed and binned vector of test statistics.
Maarten van Iterson