We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcf464 commit 5f7ab4eCopy full SHA for 5f7ab4e
2 files changed
NAMESPACE
@@ -33,6 +33,7 @@ importFrom(stats,coef)
33
importFrom(stats,cor)
34
importFrom(stats,lm)
35
importFrom(stats,median)
36
+importFrom(stats,model.matrix)
37
importFrom(stats,p.adjust)
38
importFrom(stats,pf)
39
importFrom(stats,prcomp)
R/testEdges.R
@@ -1,4 +1,4 @@
1
-#' @importFrom stats t.test p.adjust pf
+#' @importFrom stats t.test p.adjust pf model.matrix
2
#' @title Test edges from SCORPION networks
3
#' @description Performs statistical testing of network edges from runSCORPION output.
4
#' Supports single-sample tests (testing if edges differ from zero) and two-sample
0 commit comments