Hy4m / linkET

Everything is Linkable
135 stars 38 forks source link

`correlate()` not return a matrix of p-value when `adjust = TRUE` #8

Closed Hy4m closed 1 year ago

Hy4m commented 1 year ago
library(linkET)
x <- correlate(mtcars, adjust = TRUE)
print(class(x$p))

## numeric