R <- 200
RR <- 50
main_factor <- "Group"
time_var <- "Time"
subjectID_var = "SubjectID"
sampleID_var = "SampleID"
lI <- 5
omega <- .6
system.time(
mse.results <- bootLongSubsampling(ps = ps,
main_factor = main_factor,
time_var = time_var,
subjectID_var = subjectID_var,
sampleID_var = sampleID_var,
lI = lI,
R = R,
RR = RR,
omega = omega,
lC1 = lC1, lC2 = lC2,
ncores = ncores,
psi.hat.lI = FALSE,
psi.hat.lI.val = NULL,
compStatParallel = FALSE)
)
# This is the error
Error: BiocParallel errors
element index: 1
first error: task 1 failed - "could not find function "arrange_""
In addition: There were 12 warnings (use warnings() to see them)
Timing stopped at: 0.48 0.09 7.9
Hey @PratheepaJ I am trying to run the subsampling code for the package and I keep getting an error:
Can you please check this, thanks!