Closed LiNk-NY closed 4 years ago
Thanks Marcel.
Should be 'j' must be >= 1 in
'j' must be >= 1
if (any(j < 1L) || any(j > nboot)) stop("'j' must be > 0 and <=", nboot)
for consistency with the test and symmetry with the upper limit.
Also ported this to release (SummarizedExperiment 1.16.1) since this is a bug.
Thanks Marcel.
Should be
'j' must be >= 1
infor consistency with the test and symmetry with the upper limit.