Skip to content

Error at the subsampling step #3

Description

@shreyaskumbhare

Hey @PratheepaJ I am trying to run the subsampling code for the package and I keep getting an error:

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

Can you please check this, thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions