We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When I try to run paradigm I get the following error.
Error in rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) : invalid 'times' value Calls: PARADIGM ... paradigm.graph -> .cpt.hidden.values -> expand.grid
PARADIGM(data = list(px, tx),
levels = c("protein", "rna"),
network = mbnetwork,
#node.types = NULL,
epsilon = 0.001,
pvalues = TRUE,
perm.type = "within",
iterations = 1000,
processors = 1)
Sorry but I cannot share a reproducible example due to the data that I am working with.
Thanks, Natalie
The text was updated successfully, but these errors were encountered:
This appears to be R code, whereas Paradigm was written in C++. Can you share a bit about what system this is being run on?
Sorry, something went wrong.
No branches or pull requests
Hi,
When I try to run paradigm I get the following error.
Error in rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
invalid 'times' value
Calls: PARADIGM ... paradigm.graph -> .cpt.hidden.values -> expand.grid
Sorry but I cannot share a reproducible example due to the data that I am working with.
Thanks,
Natalie
The text was updated successfully, but these errors were encountered: